create update-browserlist workflow (#2563)

This commit is contained in:
Matthieu MOREL
2021-12-15 21:03:35 +01:00
committed by GitHub
parent 1baca16a51
commit 53ea005ebc

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'