Skip to content

ci: revert build action #165

ci: revert build action

ci: revert build action #165

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- master
- develop
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
uses: wayofdev/gh-actions/.github/workflows/[email protected]
with:
os: ubuntu-latest
severity: warning
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...