Add per_page arg to fuel pagination for pit_crew (#491) #287
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: style | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: deps | |
run: | | |
sudo apt-get update | |
sudo apt-get install pycodestyle | |
- name: pycodestyle | |
run: | | |
pycodestyle . |