Skip to content

Merge pull request #91 from ncaq/fix-github-file-updated-time #28

Merge pull request #91 from ncaq/fix-github-file-updated-time

Merge pull request #91 from ncaq/fix-github-file-updated-time #28

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: "20.x"
- run: yarn --frozen-lockfile
- run: yarn package
- run: yarn lint