Skip to content

Updates from working with sweetness/upgrading rubocop #22

Updates from working with sweetness/upgrading rubocop

Updates from working with sweetness/upgrading rubocop #22

Workflow file for this run

name: Lint
on:
push:
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker image
run: docker compose build
- name: Run linter
run: docker compose run dryer-lint