From 6a6876eac02e3787f354340dc5f7c1ddd902ad05 Mon Sep 17 00:00:00 2001 From: lorin Date: Tue, 6 Apr 2021 14:59:28 +0200 Subject: [PATCH] Add ilinks check to GH Actions --- .github/workflows/main.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0683b1..1ee774a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'"