paritytech / polkadot-sdk-minimal-template

The Minimal (Testing/Learning-Only) Template From Polkadot SDK
https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/polkadot_sdk/templates/index.html
The Unlicense
16 stars 41 forks source link

Run clippy and build docs on CI #4

Closed rzadp closed 5 months ago

alvicsam commented 5 months ago

I'd also add concurrency section after on: to skip previous runs

concurrency:
  group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
  cancel-in-progress: true
rzadp commented 5 months ago

I'd also add concurrency section after on: to skip previous runs

Good call, done.