Skip to content

Bump pylint from 2.16.2 to 3.2.5 #263

Bump pylint from 2.16.2 to 3.2.5

Bump pylint from 2.16.2 to 3.2.5 #263

name: Test Pull Request
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: mozmeao/checkout@v1
- name: Docker pull
run: CI_COMMIT_SHORT_SHA=latest make pull
- name: Docker build
run: make build
- name: Lint
run: make lint
- name: Check migrations
run: make check-migrations
- name: Test
run: make test