1
1
Fork 0

Update .gitea/workflows/lint.yaml
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 38s

This commit is contained in:
SeaswimmerTheFsh 2024-04-29 23:03:52 +00:00
parent a3b09cba49
commit a3e28ecd83
Signed by untrusted user who does not match committer: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

@ -7,6 +7,7 @@ on:
jobs: jobs:
Lint Code (Ruff & Pylint): Lint Code (Ruff & Pylint):
runs-on: docker runs-on: docker
container: ghcr.io/catthehacker/ubuntu:act-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3