Skip to content

add absolute value comment in cell #279

add absolute value comment in cell

add absolute value comment in cell #279

Workflow file for this run

name: check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Check Filepaths
run: |
python .github/check_filepaths.py