Skip to content

fix(event/natsjs): no defaultconfigsection inside the plugin needed. #492

fix(event/natsjs): no defaultconfigsection inside the plugin needed.

fix(event/natsjs): no defaultconfigsection inside the plugin needed. #492

Workflow file for this run

name: Main
on:
push:
branches:
- main
permissions: read-all
jobs:
lint:
name: Lint
runs-on: self-hosted
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint files
uses: dagger/dagger-for-github@8.0.0
with:
module: github.com/go-orb/plugins
args: lint --root=. logs
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: latest
test:
name: Unit Tests
runs-on: self-hosted
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run unit tests
uses: dagger/dagger-for-github@8.0.0
with:
module: github.com/go-orb/plugins
args: test --root=. logs
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: latest