Compare commits

..

2 Commits

Author SHA1 Message Date
Sergio Martínez Portela
c5e18d3219 test: Add isort check to CI/CD. 2024-08-18 22:35:05 +02:00
Sergio Martínez Portela
1985b3b0c9 test: Add formatting check to CI/CD. 2024-08-18 22:34:55 +02:00

View File

@ -25,7 +25,6 @@ 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
@ -35,7 +34,6 @@ 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