Skip to content

fix: remove duplicate logging #53

fix: remove duplicate logging

fix: remove duplicate logging #53

Workflow file for this run

name: Plugin Linting & Testing
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Lint
run: docker compose run --rm lint
- name: Test
run: docker compose run --rm tests