Skip to content

Merge pull request #24 from cpp-lln-lab/dependabot/github_actions/act… #48

Merge pull request #24 from cpp-lln-lab/dependabot/github_actions/act…

Merge pull request #24 from cpp-lln-lab/dependabot/github_actions/act… #48

Workflow file for this run

name: miss_hit
on:
push:
branches:
- master
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: true
fetch-depth: 1
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip3 install install miss_hit
- name: Miss_hit code quality
run: |
mh_metric . --ci
- name: Miss_hit code style
run: |
mh_style .