Skip to content

try to fix test action #3

try to fix test action

try to fix test action #3

Workflow file for this run

name: check
on: [push]
jobs:
META.json:

Check failure on line 6 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: 6, Col: 3): The identifier 'META.json' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run lint
- run: npm run test
- id: get-prereqs
uses: ./
with:
sources: test/corpus/META.json
- run: echo $PREREQS
env:
PREREQS: ${{ steps.get-prereqs.prereqs }}