Skip to content

feat: add eslint (#8) #3

feat: add eslint (#8)

feat: add eslint (#8) #3

Workflow file for this run

name: Push
on:
push:
# release pipeline runs on push to main with same jobs
branches-ignore: ["main"]
pull_request:
jobs:
lint:
uses: "./.github/workflows/callable/lint.yml"

Check failure on line 11 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
build:
uses: "./.github/workflows/callable/build.yml"
needs: ["lint"]