Skip to content

Merge pull request #744 from alphagov/dependabot/bundler/rubocop-govu… #552

Merge pull request #744 from alphagov/dependabot/bundler/rubocop-govu…

Merge pull request #744 from alphagov/dependabot/bundler/rubocop-govu… #552

Workflow file for this run

name: user-signup-api lint and test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run lint
run: make lint
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make test