Skip to content

Add warning about required actions permissions on README.md #388

Add warning about required actions permissions on README.md

Add warning about required actions permissions on README.md #388

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/ci-setup
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test