Skip to content

add demo test workfloz #1

add demo test workfloz

add demo test workfloz #1

Workflow file for this run

name: "Demo"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: |
for d in ./demo;

Check failure on line 14 in .github/workflows/demo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/demo.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
do nix flake check
done