Skip to content

build(deps): bump actions/checkout from 3 to 4 #56

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #56

name: Verify Code Standard
on: [push]
jobs:
verify:
name: Verify Code Standard
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: |
sudo apt install shellcheck
- name: Verify Code Standard
run: |
shellcheck ./bootstrap.sh