Skip to content

build(deps): bump react-toastify from 10.0.6 to 11.0.2 #628

build(deps): bump react-toastify from 10.0.6 to 11.0.2

build(deps): bump react-toastify from 10.0.6 to 11.0.2 #628

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