โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ใ€Œ๐Ÿ‘ทใ€ ci(formatting check): added concurency settings

adjoly 17bc6a6d e327f3f2

+5
+5
.github/workflows/check-formatting.yml
··· 4 4 pull_request: 5 5 branches: [ master ] 6 6 7 + concurrency: 8 + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} 9 + cancel-in-progress: true 10 + 11 + 7 12 jobs: 8 13 check-formatting: 9 14 runs-on: ubuntu-latest