16 lines
511 B
YAML
16 lines
511 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/3DeterminateSystems/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
|