Skip to content

Update flake.nix (#5) #11

Update flake.nix (#5)

Update flake.nix (#5) #11

Workflow file for this run

name: CI
on:
push:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run a one-line script
run: |
echo "Hello, world!"
sleep 90