Skip to content

initial version

initial version #2

Workflow file for this run

name: check
on: [push]
jobs:
META.json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run lint
- run: npm run test
- id: get-prereqs
uses: ./
working-directory: test/corpus

Check failure on line 15 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / check

Invalid workflow file

The workflow is not valid. .github/workflows/check.yml (Line: 15, Col: 9): Unexpected value 'working-directory'
- run: echo $PREREQS
env:
PREREQS: ${{ steps.get-prereqs.prereqs }}