This GitHub Action runs SpamAssassin to lint rules.
Indicates the directory in the repository containing the rules.
This parameter is optional; by default it will be /
---
name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Verify SpamAssassin rules
uses: wagonza/spamassassin-action@v1.0.11
with:
directory: /