Skip to content

Adding Arch Support #20

Adding Arch Support

Adding Arch Support #20

name: 'Static Analysis'
on:
workflow_call:
workflow_dispatch:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master