Skip to content

[Communities] Initial implementation of the pallet #52

[Communities] Initial implementation of the pallet

[Communities] Initial implementation of the pallet #52

Workflow file for this run

name: Checks
on:
pull_request:
jobs:
build:
name: Check lint
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- run: just check
tests:
name: Check project
runs-on: self-hosted
needs: build
steps:
- uses: actions/checkout@v2
- run: just test