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 9d44a32 commit e2b9a22Copy full SHA for e2b9a22
.github/actions/lint_code/action.yaml
@@ -4,8 +4,6 @@ runs:
4
using: composite
5
steps:
6
- uses: cachix/install-nix-action@v27
7
- with:
8
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
9
- name: Install runner
10
uses: ./.github/actions/install_runner
11
- run: source venv/bin/activate
format.sh
@@ -43,7 +43,7 @@ if [ ! -d "venv/" ]; then
43
./build.sh -i runner
44
fi
45
46
-# shellcheck source=/dev/null
+# shellcheck source=/dev/null
47
source venv/bin/activate
48
49
pylint utils # pylint does not have a fix mode
0 commit comments