nix fmt ci yml
This commit is contained in:
parent
9fe9f12014
commit
5bae4840e7
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ name: build
|
|||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@ name: flake update
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
- cron: "0 3 * * *"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
target:
|
||||
description: 'Inputs to update'
|
||||
description: "Inputs to update"
|
||||
type: choice
|
||||
default: all
|
||||
options:
|
||||
|
|
|
|||
Loading…
Reference in a new issue