Skip to content

feat: remove .nmconnection from the end of connection names #3

feat: remove .nmconnection from the end of connection names

feat: remove .nmconnection from the end of connection names #3

Workflow file for this run

name: "Build"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check --all-systems