Skip to content

galmon: do not error if EOF is reached #3

galmon: do not error if EOF is reached

galmon: do not error if EOF is reached #3

Workflow file for this run

name: 'pycodestyle'
on: [push, pull_request]
jobs:
pycodestyle:
name: pycodestyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pycodestyle with pip
run: pip install pycodestyle
- name: Run pycodestyle
run: pycodestyle .