diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index f1fa4d9..3f15312 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -25,6 +25,7 @@ jobs: style-formatting: runs-on: ubuntu-latest + steps: - name: Check out repository code uses: actions/checkout@v3 - run: apt-get update && apt-get install -y python3-pip @@ -34,6 +35,7 @@ jobs: style-sorted-imports: runs-on: ubuntu-latest + steps: - name: Check out repository code uses: actions/checkout@v3 - run: apt-get update && apt-get install -y python3-pip