Skip to content

Bump actions/checkout from 3.6.0 to 6.0.2 (#345) #240

Bump actions/checkout from 3.6.0 to 6.0.2 (#345)

Bump actions/checkout from 3.6.0 to 6.0.2 (#345) #240

Workflow file for this run

# Run all tests for commits to master
name: AWK / main
on:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Install software
run: sudo apt update && sudo apt -y install gawk bats
# bats v1.10.0 -- https://launchpad.net/ubuntu/noble/+source/bats
# gawk v5.2.1 -- https://launchpad.net/ubuntu/noble/+source/gawk
- name: Run tests for all exercises
run: bash bin/ci