Skip to content

feat(dev): enable nos-downloader script in nostale module #129

feat(dev): enable nos-downloader script in nostale module

feat(dev): enable nos-downloader script in nostale module #129

Workflow file for this run

name: CI
on:
pull_request:
paths:
- "**/*.nix"
- "flake.lock"
- ".github/workflows/check.yaml"
push:
branches: [main]
paths:
- "**/*.nix"
- "flake.lock"
- ".github/workflows/check.yaml"
jobs:
test:
name: Check repository
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check flake.lock
uses: DeterminateSystems/flake-checker-action@v8
- name: Intall Nix
uses: DeterminateSystems/nix-installer-action@v12
with:
github-token: ${{ secrets.PAT }}
- name: Check repository
run: nix flake check