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

Initial outline

Initial outline #2

Workflow file for this run

name: Check for files and notebook output
on:
pull_request:
branches: main
jobs:
build:
permissions: write-all
name: File warnings
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: LFS-warning
uses: ppremk/lfs-warning@v3.2
with:
filesizelimit: 1MB
token: ${{ secrets.GITHUB_TOKEN }}
- name: Ensure Clean Jupyter Notebooks
uses: ResearchSoftwareActions/EnsureCleanNotebooksAction@1.1