Skip to content

Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 #248

Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3

Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 #248

# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# SPDX-FileCopyrightText: Copyright 2022 Micron Technology, Inc.
name: ShellCheck
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "**.sh"
- .github/workflows/shellcheck.yaml
- .shellcheckrc
concurrency:
group: ${{ github.workflow }}-ignore-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- run: |
echo "Skipping ${{ github.workflow }}/${{ github.job }}"