Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

ci(shared): bump vendored ci files #406

ci(shared): bump vendored ci files

ci(shared): bump vendored ci files #406

Workflow file for this run

name: "Check code"
on:
pull_request:
branches: [main]
jobs:
check-code:
name: Check Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install
- name: Run check code
run: . ./.envrc && yarn code:check