Skip to content

Merge pull request #23 from malvidin/opensc #10

Merge pull request #23 from malvidin/opensc

Merge pull request #23 from malvidin/opensc #10

Workflow file for this run

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