cross-test-action-test 0.1.10

Testing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
on:
  pull_request:
    branches:
      - main
jobs:
  check-release:
    runs-on: ubuntu-latest
    name: Check Release
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
      - uses: nash-io/cargo-release-action@main
        with:
          major-label: major
          minor-label: minor
          patch-label: patch