Skip to content

refactor/nsp registry #34

refactor/nsp registry

refactor/nsp registry #34

Workflow file for this run

name: Continues Integration
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
clippy:
name: Clippy check
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: clippy
test:
name: Integration test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test