Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Apr 28, 2024
1 parent 19e1f59 commit 6075f46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
container:
image: python:3.12
image: fedora:latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Install pre-requisites
run: dnf install -y git python3-pip podman podman-docker

- uses: pre-commit/action@v3.0.1

0 comments on commit 6075f46

Please sign in to comment.