Skip to content

Commit

Permalink
Update style.yml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS authored Oct 22, 2024
1 parent cd5bec7 commit 2fea406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ on:
push:
branches:
- main

workflow_dispatch: # Allows manual triggering from the GitHub UI

name: "Trigger: Push action"

jobs:
shellcheck:
name: Shellcheck
name: Shellcheck - style
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 2fea406

Please sign in to comment.