Skip to content

refactor(Hachi/CWSS): cwss packages with escape #1926

refactor(Hachi/CWSS): cwss packages with escape

refactor(Hachi/CWSS): cwss packages with escape #1926

Workflow file for this run

name: Check Imports
on:
pull_request:
branches: ["main"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-imports:
name: Check Library File Imports
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Check that all files are imported
run: ./scripts/check-imports.sh