Skip to content

build(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 #61

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

build(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 #61

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