Skip to content

Update actions/checkout digest to 11bd719 #283

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #283

Workflow file for this run

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