Skip to content

feat: change docker compose using docker api sdk #217

feat: change docker compose using docker api sdk

feat: change docker compose using docker api sdk #217

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize, edited, reopened]
jobs:
linr-pr-title:
name: PR Title
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}