Skip to content

Update lint.yml

Update lint.yml #19

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

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
secrets:
SLACK_WEBHOOK_URL: ${{secrets.SLACK_WEBHOOK_URL}}