Skip to content
name: validate-content
run-name: ${{ github.actor }} is validating content
on: [push, pull_request]
jobs:
lint-snippets:

Check failure on line 5 in .github/workflows/validate-content.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate-content.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
runs-on: ubuntu-latest
steps:
with:
node-version: 'v19.7.0'
- run: ./lint.sh
compile-snippets:
runs-on: ubuntu-latest
steps:
with:
node-version: 'v19.7.0'
- run: ./compule.sh