Skip to content

Bump actions/checkout from 2 to 6 #11

Bump actions/checkout from 2 to 6

Bump actions/checkout from 2 to 6 #11

Workflow file for this run

name: miss_hit_style
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@v2
with:
python-version: 3.6
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip3 install -r requirements.txt
cd tests
make data
- name: MISS_HIT Code style
run: |
mh_style