Skip to content

Bump docker/setup-buildx-action from 3.8.0 to 3.10.0 #99

Bump docker/setup-buildx-action from 3.8.0 to 3.10.0

Bump docker/setup-buildx-action from 3.8.0 to 3.10.0 #99

Workflow file for this run

name: Lint the PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
# https://github.com/marketplace/actions/semantic-pull-request
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}