Skip to content

feat(spade): Allow configuring the swim executable path #19

feat(spade): Allow configuring the swim executable path

feat(spade): Allow configuring the swim executable path #19

Workflow file for this run

# https://github.com/folke/github/blob/main/.github/workflows/pr.yml
name: PR Style
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: [main]
jobs:
title-lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}