Skip to content

tcl/tk: upgrade from 8.6.12 -> 8.6.14 on Windows #813

tcl/tk: upgrade from 8.6.12 -> 8.6.14 on Windows

tcl/tk: upgrade from 8.6.12 -> 8.6.14 on Windows #813

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
FORCE_COLOR: 1
jobs:
check:
runs-on: "ubuntu-latest"
name: "check"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: "Run checks"
run: |
python ./check.py