Skip to content

Chore(deps): Bump node from 20.3.1-alpine to 20.4.0-alpine #452

Chore(deps): Bump node from 20.3.1-alpine to 20.4.0-alpine

Chore(deps): Bump node from 20.3.1-alpine to 20.4.0-alpine #452

Workflow file for this run

name: shellcheck
on:
push:
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck in container
run: make shellcheck