diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index 966a16e..931cef9 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -14,4 +14,4 @@ permissions: jobs: governance: - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9 \ No newline at end of file + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9 diff --git a/.github/workflows/hypatia-scan.yml b/.github/workflows/hypatia-scan.yml index 556e8e0..3c08e0a 100644 --- a/.github/workflows/hypatia-scan.yml +++ b/.github/workflows/hypatia-scan.yml @@ -17,4 +17,4 @@ permissions: jobs: scan: - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9 \ No newline at end of file + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9 diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index d1e9268..3b6e339 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -20,4 +20,4 @@ jobs: pull-requests: write actions: read uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586 - secrets: inherit \ No newline at end of file + secrets: inherit diff --git a/vexometer/.gitlab-ci.yml b/vexometer/.gitlab-ci.yml index abbfe78..fd4fbf2 100644 --- a/vexometer/.gitlab-ci.yml +++ b/vexometer/.gitlab-ci.yml @@ -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' @@ -89,7 +88,6 @@ build-nix: stage: build !!merge <<: *nix-template script: - - nix build artifacts: paths: - result/ @@ -113,7 +111,6 @@ integration-tests: stage: test !!merge <<: *nix-template script: - - nix develop --command just test dependencies: - build-nix rules: @@ -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' @@ -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: