Skip to content

GHA: complain if PR adds commits from people not yet listed in ./AUTHORS #923

GHA: complain if PR adds commits from people not yet listed in ./AUTHORS

GHA: complain if PR adds commits from people not yet listed in ./AUTHORS #923

Workflow file for this run

name: Docker
on:
push:
branches: [ main ]
pull_request: {}
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Image
uses: docker/build-push-action@v6