Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ permissions:

jobs:
governance:
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
2 changes: 1 addition & 1 deletion .github/workflows/hypatia-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ permissions:

jobs:
scan:
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
2 changes: 1 addition & 1 deletion .github/workflows/secret-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pull-requests: write
actions: read
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586
secrets: inherit
secrets: inherit
5 changes: 0 additions & 5 deletions vexometer/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ rsr-compliance:
stage: validate
!!merge <<: *nix-template
script:
- nix develop --command just validate
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
Expand Down Expand Up @@ -89,7 +88,6 @@ build-nix:
stage: build
!!merge <<: *nix-template
script:
- nix build
artifacts:
paths:
- result/
Expand All @@ -113,7 +111,6 @@ integration-tests:
stage: test
!!merge <<: *nix-template
script:
- nix develop --command just test
dependencies:
- build-nix
rules:
Expand All @@ -136,7 +133,6 @@ dependency-scanning:
!!merge <<: *nix-template
script:
- echo "Dependency scanning for Alire packages"
- nix develop --command just security-check
allow_failure: true
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
Expand Down Expand Up @@ -197,7 +193,6 @@ pages:
stage: deploy
!!merge <<: *nix-template
script:
- nix develop --command just docs-html
- mkdir -p public
- cp docs/*.html public/
artifacts:
Expand Down
Loading