Sha256: 3103a7de2eb402ba7cdda6f4bb562797688cca733381851e17a5e39a55510f29
Contents?: true
Size: 367 Bytes
Versions: 3
Compression:
Stored size: 367 Bytes
Contents
name: Lint on: pull_request: types: - opened - reopened - synchronize workflow_call: jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: 2.5.0 - run: bundle install - run: bundle exec rubocop
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
itax_code-2.0.5 | .github/workflows/lint.yml |
itax_code-2.0.3 | .github/workflows/lint.yml |
itax_code-2.0.2 | .github/workflows/lint.yml |