Skip to content

[No QA][TS migration] Migrate 'GitUtilsTest.js' test and 'GitUtils.js' .github file to TypeScript #100

[No QA][TS migration] Migrate 'GitUtilsTest.js' test and 'GitUtils.js' .github file to TypeScript

[No QA][TS migration] Migrate 'GitUtilsTest.js' test and 'GitUtils.js' .github file to TypeScript #100

Workflow file for this run

name: Lint shell code
on:
workflow_call:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths: ['**.sh']
jobs:
lint:
if: ${{ github.actor != 'OSBotify' || github.event_name == 'workflow_call' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint shell scripts with ShellCheck
run: npm run shellcheck