Skip to content

Update CHANGELOG.md #23

Update CHANGELOG.md

Update CHANGELOG.md #23

Workflow file for this run

name: "CI"
on:
push:
branches:
- '*'
pull_request:
jobs:
checks:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Build Nix
id: build-nix
run: |
nix shell github:nixos/nix/2.18.1 github:srid/nixci -c nixci
- name: Run test
id: test
run: |
nix run nixpkgs#bash runtest.sh