Skip to content

Commit

Permalink
Create shell-cheker.yml (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jan 30, 2024
1 parent 1501c9d commit e720193
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/shell-cheker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Shell checker

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

shell-checker:
runs-on: ubuntu-latest

steps:

- name: Check out code
uses: actions/checkout@v4

- name: Shellcheck
run: |
shellcheck **/*.sh

0 comments on commit e720193

Please sign in to comment.