Skip to content

Merge pull request #759 from alphagov/dependabot/bundler/mysql2-0.5.6 #593

Merge pull request #759 from alphagov/dependabot/bundler/mysql2-0.5.6

Merge pull request #759 from alphagov/dependabot/bundler/mysql2-0.5.6 #593

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