Skip to content

Update lint.yml

Update lint.yml #20

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@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

error parsing called workflow ".github/workflows/lint.yml" -> "anosh-ar/FAPS_Github_Action/.github/workflows/lint_reusable.yml@main" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
SLACK_WEBHOOK_URL: ${{secrets.SLACK_WEBHOOK_URL}}