Skip to content

semickolon is testing out GitHub Actions πŸš€ #2

semickolon is testing out GitHub Actions πŸš€

semickolon is testing out GitHub Actions πŸš€ #2

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
- 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