Skip to content

chore: 🤖 *.yml move to ./workflows #1

chore: 🤖 *.yml move to ./workflows

chore: 🤖 *.yml move to ./workflows #1

Workflow file for this run

name: Next Lint
on: [pull_request]
jobs:
lint:
uses: ./.github/workflows/apps/aelf-template/setup-node.yml

Check failure on line 7 in .github/workflows/nextLint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nextLint.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
cache-name: cache-node-modules
steps:
- name: Run ESLint
run: pnpm run -C apps/aelf-template lint