Add ilinks check to GH Actions

This commit is contained in:
lorin 2021-04-06 14:59:28 +02:00 committed by GitHub
parent 82094dc840
commit 6a6876eac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -29,14 +29,4 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: "nix-shell --run 'nanoc --env=prod'"
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- run: "nix-shell --run 'nanoc --env=prod check --deploy'"