Skip to content

chore(ci): Upgrade the github actions #1

chore(ci): Upgrade the github actions

chore(ci): Upgrade the github actions #1

Workflow file for this run

---
name: Shellcheck
on: pull_request
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run shellcheck
id: shellcheck
uses: ludeeus/[email protected]
- name: Run hadolint
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile