Skip to content

feat: initial commit of qoder-action #1

feat: initial commit of qoder-action

feat: initial commit of qoder-action #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: './scripts'
- name: Check JavaScript syntax
run: node -c scripts/qoder-wrapper.js