Skip to content

feat: add gitlab dynamic plugin #15

feat: add gitlab dynamic plugin

feat: add gitlab dynamic plugin #15

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Format Check
run: cargo fmt --all -- --check
- name: Test
run: cargo test --workspace --all-targets --locked