Skip to content

chore(deps): update actions/checkout digest to 11d5960 #524

chore(deps): update actions/checkout digest to 11d5960

chore(deps): update actions/checkout digest to 11d5960 #524

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
env:
CI: true
- uses: codecov/codecov-action@v3