marlin 0.15.0

🦀 No nonsense hardware testing in Rust 🛠️
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# https://github.com/folke/github/blob/main/.github/workflows/pr.yml
name: PR Style

on:
  pull_request:
    types: [opened, reopened, edited, synchronize]
    branches: [main]

permissions: {}

jobs:
  title-lint:
    runs-on: ubuntu-latest
    steps:
      - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}