8000 [issue-532] Add linter action by meretp · Pull Request #544 · spdx/tools-python · GitHub
[go: up one dir, main page]

Skip to content

[issue-532] Add linter action #544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to loa E61F d files.
Loading
Diff view
Diff view
Next Next commit
[fix] adapt GitHub Action after merge to main
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
  • Loading branch information
meretp committed Mar 30, 2023
commit a50d72c0c1da5fcb0f4c28271524784bdc9788ff
2 changes: 1 addition & 1 deletion .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Install and Test
on:
push:
branches:
- refactor-python-tools
- main
pull_request:
workflow_dispatch:

Expand Down
0