Skip to content

build(deps): bump tough-cookie from 4.1.2 to 4.1.3 (#150) #103

build(deps): bump tough-cookie from 4.1.2 to 4.1.3 (#150)

build(deps): bump tough-cookie from 4.1.2 to 4.1.3 (#150) #103

name: Check static files
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
update-static-files:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run generate-static-files
run: yarn generate-static-files
- name: Update static files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'github-actions: Update static files'