Create update-browserlist.yml

This commit is contained in:
Matthieu MOREL
2021-11-05 14:57:31 +01:00
committed by GitHub
parent 0fc3984eac
commit f024d844e9
+16
View File
@@ -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'