This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/.forgejo/workflows/build.yaml
Andrea Ciceri 25c8aed3c6
Some checks failed
/ test (push) Failing after 17s
Various fixes
2024-03-09 01:41:33 +01:00

16 lines
510 B
YAML

on: [push]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: cat /nix/store/cscv53kqarckmbz6729ngmyxg3y53n9c-push-to-cache.sh
- name: Update flake.lock
uses: https://github.com/DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated
# - run: nix-fast-build --no-nom