Skip to content

Cause Pint workflow to fail #2

Cause Pint workflow to fail

Cause Pint workflow to fail #2

Workflow file for this run

name: pint
on:
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: write
jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Pint
uses: prymitive/pint-action@v1
with:
token: ${{ $github.token }}

Check failure on line 22 in .github/workflows/pint.yaml

View workflow run for this annotation

GitHub Actions / pint

Invalid workflow file

The workflow is not valid. .github/workflows/pint.yaml (Line: 22, Col: 18): Unexpected symbol: '$github'. Located at position 1 within expression: $github.token

Check failure on line 22 in .github/workflows/pint.yaml

View workflow run for this annotation

GitHub Actions / pint

Invalid workflow file

The workflow is not valid. .github/workflows/pint.yaml (Line: 22, Col: 18): Unexpected symbol: '$github'. Located at position 1 within expression: $github.token

Check failure on line 22 in .github/workflows/pint.yaml

View workflow run for this annotation

GitHub Actions / pint

Invalid workflow file

The workflow is not valid. .github/workflows/pint.yaml (Line: 22, Col: 18): Unexpected symbol: '$github'. Located at position 1 within expression: $github.token
workdir: "alerts"
loglevel: debug
minSeverity: info