Skip to content

simply lustre jobstats querying in response to changes on ozstar (#46) #378

simply lustre jobstats querying in response to changes on ozstar (#46)

simply lustre jobstats querying in response to changes on ozstar (#46) #378

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
defaults:
run:
working-directory: frontend
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: yarn install
- uses: pre-commit/action@v2.0.0