Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

chore: update flake lock file (#45) #58

chore: update flake lock file (#45)

chore: update flake lock file (#45) #58

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yaml
build:
uses: ./.github/workflows/build.yaml
secrets:
CACHIX_AUTH_TOKEN: "${{ secrets.CACHIX_AUTH_TOKEN }}"
test:
uses: ./.github/workflows/test.yaml