Skip to content

ci: Use new workflows #14

ci: Use new workflows

ci: Use new workflows #14

Workflow file for this run

name: 'Lint'
on:
push:
branches-ignore: ['*-no-ci']
pull_request:
branches-ignore: ['*-no-ci']
permissions:
contents: 'read'
pages: 'write'
id-token: 'write'
jobs:
bash:
name: 'Bash'
uses: 'fox-land/hyperupcall-action/.github/workflows/bash-lint.yml@main'

Check failure on line 17 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. In .github/workflows/lint.yml (Line: 17, Col: 11): Error from called workflow fox-land/hyperupcall-action/.github/workflows/bash-lint.yml@main (Line: 31, Col: 9): Unexpected symbol: '"true"'. Located at position 40 within expression: needs.pre-check.outputs.should_skip != "true" .github/workflows/lint.yml (Line: 15, Col: 3): Error calling workflow 'fox-land/hyperupcall-action/.github/workflows/bash-lint.yml@main'. The nested job 'pre-check' is requesting 'actions: write', but is only allowed 'actions: none'.