marlin 0.11.2

🦀 No nonsense hardware testing in Rust 🛠️
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 }}