name: CI 🔨 on: pull_request: branches: ["main"] push: branches: ["main"] permissions: contents: read jobs: ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - run: npm install --production - run: "./test.sh"