Skip to content

With the new version of Pagy, the 'gap' has a different I18n reference. #1629

With the new version of Pagy, the 'gap' has a different I18n reference.

With the new version of Pagy, the 'gap' has a different I18n reference. #1629

Workflow file for this run

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