feat(joke): removed adding joke from Bot level #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check flake repository | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
build: | |
name: Check nix flake for komputer | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check Nix flake inputs | |
uses: DeterminateSystems/flake-checker-action@v5 | |
with: | |
send-statistics: false | |
fail-mode: true | |
- name: Install Nix | |
uses: DeterminateSystems/nix-installer-action@v9 | |
- name: Check komputer flake | |
run: nix flake check |