Skip to content

Merge branch 'sync_updates' of github.com:uhh-cms/hh2bbtautau into sy… #620

Merge branch 'sync_updates' of github.com:uhh-cms/hh2bbtautau into sy…

Merge branch 'sync_updates' of github.com:uhh-cms/hh2bbtautau into sy… #620

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