Sha256: 8a6f7f3fda9ac8a98640f6e47121dd751df67070fddd94ad53db4464a9758f43
Contents?: true
Size: 647 Bytes
Versions: 1
Compression:
Stored size: 647 Bytes
Contents
name: JS lint on: push: branches: - 'main' - 'next' pull_request: jobs: lint: name: JS Lint strategy: matrix: os: [ubuntu-latest] node: [14.x, 16.x, 18.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 with: persist-credentials: false - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} cache: yarn - name: Install dependencies run: yarn --frozen-lockfile --non-interactive --prefer-offline - name: Lint run: yarn lint
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shakapacker-7.2.3 | .github/workflows/js-lint.yml |