style: format github actions

This commit is contained in:
Aarnav Tale 2025-03-18 00:33:14 -04:00
parent 03a7e51384
commit ed1cf188dc
No known key found for this signature in database
4 changed files with 107 additions and 107 deletions

View File

@ -1,7 +1,7 @@
name: Publish Nightly Docker Image
on:
schedule:
- cron: '0 8 * * *'
- cron: "0 8 * * *"
workflow_dispatch:
jobs:

View File

@ -2,7 +2,7 @@ name: Update flake.lock
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
- cron: "0 0 * * 0"
jobs:
update-flake-inputs:

View File

@ -1,4 +1,4 @@
name:
name: Nix CI
on:
pull_request:
workflow_dispatch:

View File

@ -1,8 +1,8 @@
name: 'Build'
name: "Build"
on:
push:
branches:
- 'main'
- "main"
pull_request:
jobs: