This repository has been archived by the owner on May 13, 2024. It is now read-only.
Move settings to pyproject.toml #22
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
filesizelimit: 1MB | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Ensure Clean Jupyter Notebooks | |
uses: ResearchSoftwareActions/[email protected] |