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 name: Publish Nightly Docker Image
on: on:
schedule: schedule:
- cron: '0 8 * * *' - cron: "0 8 * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

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

View File

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

View File

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