Skip to content

Commit

Permalink
tweak actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Oct 31, 2023
1 parent d2653b8 commit 19f019c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
name: Test with pytest

on:
push:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Ruff
#
#

name: Lint with ruff

on: [push, pull_request]

jobs:
ruff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 19f019c

Please sign in to comment.