Skip to content

Testing git nix workflow #8

Testing git nix workflow

Testing git nix workflow #8

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: workflow/nix-shell-action@v3
with:
packages: sphinx
script: |
nix-shell && scripts/pre_translate.sh && scripts/post_translate.sh