Skip to content

pass the job_id instead of splitting #4

pass the job_id instead of splitting

pass the job_id instead of splitting #4

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
pycheck:
name: pycheck
runs-on: arc-v0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Prepare pycheck
shell: bash
run: |
python3 -m venv .venv
source .venv/bin/activate
pip3 install -q -r requirements-dev.txt
- name: Pycheck
shell: bash
run: |
source .venv/bin/activate
./hacks/pycheck octotail