Skip to content

chore(deps): update node.js to 5c76d05 (#145) #60

chore(deps): update node.js to 5c76d05 (#145)

chore(deps): update node.js to 5c76d05 (#145) #60

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master