This repository has been archived on 2024-10-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
emacs/.forgejo/workflows/build.yaml
2024-03-09 19:16:55 +01:00

9 lines
201 B
YAML

on: [push, pull_request]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
name: Checkout repository
- name: Build with nix
run: nix-fast-build --no-nom