Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

add AWS S3 to China upload step (#2134) #15

add AWS S3 to China upload step (#2134)

add AWS S3 to China upload step (#2134) #15

name: Differential ShellCheck
on:
push:
branches:
- main
- rel-*
pull_request:
branches:
- main
- rel-*
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read
steps:
- name: Repository checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4.1.1
with:
fetch-depth: 0
- id: ShellCheck
name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@60c9f2b924a9c5a2ddbb25e7b23e8e11b56faab9 # pin@aa647ec4466543e8555c2c3b648124a9813cee44
with:
token: ${{ secrets.GITHUB_TOKEN }}