Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Add web link to the nf-schema repo to the readme. #391

Add web link to the nf-schema repo to the readme.

Add web link to the nf-schema repo to the readme. #391

Workflow file for this run

name: Lint code
on:
push:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0