Skip to content

Create main.yml

Create main.yml #4

Workflow file for this run

name: Check Code
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check for clean Notebooks
uses: ResearchSoftwareActions/[email protected]