Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

chore(master): release 2.0.1 #12

chore(master): release 2.0.1

chore(master): release 2.0.1 #12

Workflow file for this run

---
name: Differential ShellCheck
on: # yamllint disable-line rule:truthy
pull_request:
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@latest
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}
...