Skip to content

Setup trunk and some formatting #34

Setup trunk and some formatting

Setup trunk and some formatting #34

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@fcc5bdd3f9c6830f5fb8c8adb2612db317303501'. The workflow is requesting 'actions: read, attestations: read, deployments: read, discussions: read, issues: read, packages: read, pages: read, pull-requests: read, repository-projects: read, statuses: read, security-events: read, id-token: read', but is only allowed 'actions: none, attestations: none, deployments: none, discus[...]
name: Lint
permissions:
checks: write
contents: read
uses: ./.github/workflows/trunk_check.yml