Skip to content

Setup trunk and some formatting #33

Setup trunk and some formatting

Setup trunk and some formatting #33

Workflow file for this run

---
name: Workflow - Pull Request
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
spell_check:
name: Spell Check
uses: ./.github/workflows/spell_check.yml
rust_tests:
name: Tests
uses: ./.github/workflows/rust_tests.yml
trunk_check:

Check failure on line 21 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / Workflow - Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 21, Col: 3): Error calling workflow 'kkrt-labs/keth/.github/workflows/trunk_check.yml@e3b279b7d0c892f5b04d1736b66c1e40c39a1bdf'. The nested job 'trunk-check' is requesting 'checks: write', but is only allowed 'checks: read'.
name: Lint
uses: ./.github/workflows/trunk_check.yml