Skip to content

Fix read_hitmap error when using custom nhits map #58

Fix read_hitmap error when using custom nhits map

Fix read_hitmap error when using custom nhits map #58

Workflow file for this run

name: continuous-integration
on:
push:
branches:
- main
- releases/*
pull_request: null
env:
CACHE_NUMBER: 0 # increase to reset cache manually
CONDA_ENV: .github/environment.yml
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout SOOPERCOOL repository
uses: actions/checkout@v3
- name: Lint
uses: py-actions/flake8@v2
with:
args: "--config .flake8"