Merge branch 'main' into node24

This commit is contained in:
Lewis Jones
2025-09-01 17:24:31 +01:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript-typescript' ]
language: [ 'javascript-typescript', 'actions', 'go' ]
steps:
- name: Checkout repository

View File

@@ -9,6 +9,9 @@ on: # rebuild any PRs and main branch changes
- main
- 'releases/*'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest