Skip to content

build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 #62

build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0

build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 #62

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