Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
keeeal committed Apr 19, 2024
1 parent bad73ec commit c99a52b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/linting.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ on:
pull_request:

jobs:

linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Install dependencies
run: |
make install dev=true
- name: Check linting
run: |
make lint
tests:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c99a52b

Please sign in to comment.