Skip to content

Commit

Permalink
* adding workflow_dispatch
Browse files Browse the repository at this point in the history
* capturing 'uname -a' from runner
  • Loading branch information
netllama committed Mar 4, 2025
1 parent be6f9bf commit 9c7c756
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pylint

on: [push]
on: [push, workflow_dispatch]

jobs:
build:
Expand All @@ -22,3 +22,5 @@ jobs:
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
- name: output info
run: uname -a

0 comments on commit 9c7c756

Please sign in to comment.