Skip to content

Improve variable naming #37

Improve variable naming

Improve variable naming #37

Workflow file for this run

name: lagtraj
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
linting:
name: "linting with pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]