Skip to content

Merge pull request #2 from Remi-Gau/dependabot/github_actions/actions… #7

Merge pull request #2 from Remi-Gau/dependabot/github_actions/actions…

Merge pull request #2 from Remi-Gau/dependabot/github_actions/actions… #7

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 3.6
uses: actions/setup-python@v6
with:
python-version: 3.6
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip3 install install miss_hit
- name: MISS_HIT Metrics
run: |
mh_metric --ci
- name: MISS_HIT Code style
run: |
mh_style --process-slx
- name: MISS_HIT Bug finder
run: |
mh_lint