Skip to content

Update GitHub Actions to Node 24 compatible versions (#105) #136

Update GitHub Actions to Node 24 compatible versions (#105)

Update GitHub Actions to Node 24 compatible versions (#105) #136

Workflow file for this run

name: Check badges in README.md
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check badges in README.md
run: ./scripts/check-badges.bash "README.md"