Skip to content

Testing shows ICPC2023 image doesn't have the up-to-date exporter #494

Testing shows ICPC2023 image doesn't have the up-to-date exporter

Testing shows ICPC2023 image doesn't have the up-to-date exporter #494

Workflow file for this run

name: 'Shellcheck'
on: [push, pull_request_target]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1090 -e SC2086 -e SC2046