Skip to content

Commit

Permalink
create update-browserlist workflow (mermaid-js#2563)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored Dec 15, 2021
1 parent 1baca16 commit 53ea005
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 53ea005

Please sign in to comment.