Skip to content

Commit

Permalink
ci: ensure plugin components are valid
Browse files Browse the repository at this point in the history
  • Loading branch information
therealvio committed Dec 2, 2024
1 parent 0974371 commit de7b106
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/plugin-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Plugin Linting & Testing

on:
pull_request:

push:
branches:
- main

jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Lint
run: docker compose run --rm lint

- name: Test
run: docker compose run --rm tests

0 comments on commit de7b106

Please sign in to comment.