Skip to content

Merge branch 'lfn_overlap' of github.com:uhh-cms/hh2bbtautau into lfnโ€ฆ #577

Merge branch 'lfn_overlap' of github.com:uhh-cms/hh2bbtautau into lfnโ€ฆ

Merge branch 'lfn_overlap' of github.com:uhh-cms/hh2bbtautau into lfnโ€ฆ #577

Workflow file for this run

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