Skip to content

Allow reading walltime variables #14

Allow reading walltime variables

Allow reading walltime variables #14

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install ruff
run: pip install ruff
- name: Run ruff
run: ruff xbout