Skip to content

build(deps-dev): bump eslint-config-next from 14.2.14 to 14.2.15 #464

build(deps-dev): bump eslint-config-next from 14.2.14 to 14.2.15

build(deps-dev): bump eslint-config-next from 14.2.14 to 14.2.15 #464

Workflow file for this run

on:
push:
branches:
- main
- develop
pull_request:
branches: main
name: "Shellcheck"
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1091