This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Merge pull request #24 from DeterminateSystems/dependabot/npm_and_yar… #98
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: Run FlakeHub docs site tests | |
on: | |
push: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
test: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: git checkout | |
uses: actions/checkout@v4 | |
- uses: DeterminateSystems/flake-checker-action@main | |
with: | |
fail-mode: true | |
- uses: DeterminateSystems/nix-installer-action@main | |
- uses: DeterminateSystems/magic-nix-cache-action@main | |
- run: nix flake check --all-systems | |
- name: Check sensitivity using Alex | |
run: | | |
nix develop --command check-sensitivity | |
- name: Check style using Vale | |
run: | | |
nix develop --command lint-style |