Skip to content

build(deps): bump nodemon from 2.0.22 to 3.0.1 in /yarn #53

build(deps): bump nodemon from 2.0.22 to 3.0.1 in /yarn

build(deps): bump nodemon from 2.0.22 to 3.0.1 in /yarn #53

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