Skip to content

Try GitHub Actions

Try GitHub Actions #1

Workflow file for this run

name: Build
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:

Check failure on line 11 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
# Mostly to avoid GitHub rate limiting
- name: Compile
run: nix develop --command python fak.py compile
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: central.ihx
path: build/central.ihx