Merge branch 'lfn_overlap' of github.com:uhh-cms/hh2bbtautau into lfnโฆ #577
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: 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 |