We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa65ec commit d2155ffCopy full SHA for d2155ff
.github/workflows/test.yml
@@ -102,3 +102,13 @@ jobs:
102
- run: curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
103
- run: docker pull ghcr.io/catthehacker/ubuntu:js-20.04
104
- run: ./bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build
105
+
106
+ lint:
107
+ runs-on: ubuntu-latest
108
+ steps:
109
+ - uses: actions/checkout@v3
110
+ - name: Install Nix
111
+ uses: ./
112
+ with:
113
+ nix_path: nixpkgs=channel:nixos-22.11
114
+ - run: nix-shell --packages cacert git nodejs pre-commit --pure --run 'pre-commit run --all-files'
0 commit comments