Skip to content

only single mu trigger + more plotting variables + turn off subjet ma… #140

only single mu trigger + more plotting variables + turn off subjet ma…

only single mu trigger + more plotting variables + turn off subjet ma… #140

name: Lint and test
on:
workflow_dispatch:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout ⬇️
uses: actions/checkout@master
with:
persist-credentials: false
submodules: recursive
- name: Setup python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies β˜•οΈ
run: |
source setup.sh ""
- name: Lint πŸ”
run: |
source setup.sh ""
./tests/run_linting