Skip to content
Snippets Groups Projects
Unverified Commit e22e383c authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #141 from nim65s/ci

update CI
parents 58a336fe 1d546ec2
No related branches found
No related tags found
No related merge requests found
Pipeline #48014 passed with warnings
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
......@@ -2,6 +2,11 @@ name: "CI - Nix"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
nix:
......
name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
......@@ -11,7 +11,8 @@ pull_request_rules:
- check-success = "nix (ubuntu)"
- check-success = "pre-commit.ci - pr"
- or:
- author = pre-commit-ci[bot]
- author = github-actions[bot]
- author = dependabot[bot]
- author = pre-commit-ci[bot]
actions:
merge:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment