Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eXamadeus committed Dec 27, 2023
1 parent 2c2cd44 commit 8657a49
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
19 changes: 18 additions & 1 deletion .github/workflows/tests.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
name: Tests
name: Pull Request CI
on: [ push ]

jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Black
uses: microsoft/[email protected]
with:
workdir: .
black: true
python_version: "3.12"
- name: Flake8
uses: microsoft/[email protected]
with:
workdir: .
flake8: true
python_version: "3.12"

pytest:
runs-on: ubuntu-latest
strategy:
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/linting.yml

This file was deleted.

0 comments on commit 8657a49

Please sign in to comment.