Linters test
Some checks failed
renovate / renovate (push) Waiting to run
renovate / lint (push) Failing after 1m4s
renovate / image-build (push) Has been cancelled

This commit is contained in:
2024-02-18 21:24:59 +01:00
parent 171ddce3ba
commit 72cbd0464f

View File

@@ -10,6 +10,27 @@ on:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install Python dependencies
run: pip install black flake8
- name: Run linters
uses: wearerequired/lint-action@v2
with:
black: true
flake8: true
image-build:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest