docs: Add brief textual description of install/update mechanics #105
This file contains hidden or 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: CI (nix) | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| ci: | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| # macos is currently broken due to: | |
| # https://github.com/copier-org/copier/issues/1595 | |
| os: [ubuntu-latest] | |
| uses: ./.github/workflows/ci-nix-template.yml | |
| with: | |
| os: ${{ matrix.os }} |