Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 (#364) #197

Bump actions/checkout from 4.1.7 to 4.2.0 (#364)

Bump actions/checkout from 4.1.7 to 4.2.0 (#364) #197

Workflow file for this run

# Run all tests for commits to master
name: tcl / master
on:
push:
branches:
- master
- main
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Install Deps
run: |
sudo apt-get update && sudo apt-get -y install tcl-thread
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Run tests for all exercises
run: bash bin/ci