mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fixed checks.yml shellbang being put on the second line
This commit is contained in:
parent
6046bbc779
commit
ae7991f4b6
1 changed files with 1 additions and 2 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -14,8 +14,7 @@ jobs:
|
||||||
id: check_tagged
|
id: check_tagged
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
printf '%s' '
|
printf '%s' '#!/usr/bin/env python3
|
||||||
#!/usr/bin/env python3
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Reference in a new issue