Skip to content

Extracting report build into separate method #8

Extracting report build into separate method

Extracting report build into separate method #8

Workflow file for this run

---
name: shellcheck
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master