Skip to content

Update lint.yml

Update lint.yml #26

Workflow file for this run

name: Lint and Format Code
on:
push:
paths:
- 'src/python/**'
- '.github/workflows/lint.yml'
jobs:
lint-and-format:
uses: anosh-ar/FAPS_Github_Action/.github/workflows/lint_reusable.yml@master
runs-on: arc-runner-set

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

View workflow run for this annotation

GitHub Actions / Lint and Format Code

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 10, Col: 5): Unexpected value 'runs-on'
secrets:
SLACK_WEBHOOK_URL: ${{secrets.SLACK_WEBHOOK_URL}}