Skip to content

Merge pull request #157 from t2h5/dependabot/npm_and_yarn/braces-3.0.3 #305

Merge pull request #157 from t2h5/dependabot/npm_and_yarn/braces-3.0.3

Merge pull request #157 from t2h5/dependabot/npm_and_yarn/braces-3.0.3 #305

Workflow file for this run

name: Actions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
- run: yarn install
- run: yarn lint
- run: yarn build