Skip to content

Update ubuntu in Github Actions to latest LTS (24.04) #441

Update ubuntu in Github Actions to latest LTS (24.04)

Update ubuntu in Github Actions to latest LTS (24.04) #441

Workflow file for this run

name: Lint
on:
push:
branches:
- scip-ruby/master
pull_request:
branches:
- scip-ruby/master
jobs:
test:
runs-on: 'ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Format Bazel files
run: |
./tools/scripts/format_build_files.sh
if ! git diff --quiet; then
git diff
echo ""
echo "-----------------------------------------------------"
echo "Re-run ./tools/scripts/format_build_files.sh and push"
echo "-----------------------------------------------------"
exit 1
fi
- uses: actions/setup-go@v5
with:
go-version: '>=1.19'

Check failure on line 28 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
- name: Lint workflow files
run: |
go install github.com/rhysd/actionlint/cmd/actionlint@latest
actionlint .github/workflows/*.yml