tangled
alpha
login
or
join now
adjoly.fr
/
nixos-config
0
fork
atom
โ๏ธ My personnal NixOS configuration
nix-flake
nixos-configuration
linux
dotfiles
flake
nix
nix-config
nixos
nixos-flake
linux-desktop
0
fork
atom
overview
issues
pulls
2
pipelines
ใ๐ทใ ci: removed github ci
adjoly.fr
2 months ago
f0a82976
def02b3f
-25
1 changed file
expand all
collapse all
unified
split
.github
workflows
check-formatting.yml
-25
.github/workflows/check-formatting.yml
···
1
1
-
name: Check Formatting
2
2
-
3
3
-
on:
4
4
-
pull_request:
5
5
-
branches: [ master ]
6
6
-
7
7
-
concurrency:
8
8
-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
9
-
cancel-in-progress: true
10
10
-
11
11
-
12
12
-
jobs:
13
13
-
check-formatting:
14
14
-
runs-on: ubuntu-latest
15
15
-
steps:
16
16
-
- uses: actions/checkout@v5
17
17
-
18
18
-
- name: Install Nix
19
19
-
uses: DeterminateSystems/nix-installer-action@main
20
20
-
21
21
-
- name: Enable Flakes
22
22
-
uses: DeterminateSystems/flake-checker-action@main
23
23
-
24
24
-
- name: Run Nix Flake Check
25
25
-
run: nix flake check --all-systems