Skip to content

Commit

Permalink
Create update-browserlist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Nov 5, 2021
1 parent 0fc3984 commit f024d84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/update-browserlist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Update Browserslist
on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npx browserslist@latest --update-db
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
author_name: ${{ github.actor }}
author_email: ${{ github.actor }}@users.noreply.github.com
message: 'Update Browserslist'

0 comments on commit f024d84

Please sign in to comment.