Skip to content

Fix use of GITHUB_STATE in GitHub Actions workflow #260

Fix use of GITHUB_STATE in GitHub Actions workflow

Fix use of GITHUB_STATE in GitHub Actions workflow #260

Workflow file for this run

---
name: Build and test
on:
pull_request:
push:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Docker build
run: |
docker build .