Sha256: f6962dfb6e8c7ad443f9a7cd791dedbffefc322efa5528956826ff7a06038e6b
Contents?: true
Size: 634 Bytes
Versions: 3
Compression:
Stored size: 634 Bytes
Contents
name: JS lint on: push: branches: - 'master' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shakapacker-7.3.0.beta.1 | .github/workflows/js-lint.yml |
shakapacker-7.2.2 | .github/workflows/js-lint.yml |
shakapacker-7.2.1 | .github/workflows/js-lint.yml |