Skip to content

Update actions/checkout action to v4 #54

Update actions/checkout action to v4

Update actions/checkout action to v4 #54

Workflow file for this run

name: unit tests
env:
CI: True
on: [push]
jobs:
test-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
- run: yarn install --immutable
- run: yarn run test