Skip to content

feat: change IHP run tag from ihp to wokwi #230

feat: change IHP run tag from ihp to wokwi

feat: change IHP run tag from ihp to wokwi #230

Workflow file for this run

name: Python Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install pre-commit
run: pip install pre-commit
- name: Check code with pre-commit
run: pre-commit run --all-files