Skip to content

Commit e2b9a22

Browse files
committed
no secrets for you
1 parent 9d44a32 commit e2b9a22

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/actions/lint_code/action.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ runs:
44
using: composite
55
steps:
66
- uses: cachix/install-nix-action@v27
7-
with:
8-
github_access_token: ${{ secrets.GITHUB_TOKEN }}
97
- name: Install runner
108
uses: ./.github/actions/install_runner
119
- run: source venv/bin/activate

format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ ! -d "venv/" ]; then
4343
./build.sh -i runner
4444
fi
4545

46-
# shellcheck source=/dev/null
46+
# shellcheck source=/dev/null
4747
source venv/bin/activate
4848

4949
pylint utils # pylint does not have a fix mode

0 commit comments

Comments
 (0)