Skip to content

Bump rubocop-govuk from 5.0.2 to 5.0.8 in /healthcheck #341

Bump rubocop-govuk from 5.0.2 to 5.0.8 in /healthcheck

Bump rubocop-govuk from 5.0.2 to 5.0.8 in /healthcheck #341

Workflow file for this run

name: frontend lint and test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Run lint
run: make lint
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Run tests
run: make test