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: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
language: [ 'javascript-typescript' ] language: [ 'javascript-typescript', 'actions', 'go' ]
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

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