Skip to content

chore(spam-detection): Update known spam messages (12-12-24) #170

chore(spam-detection): Update known spam messages (12-12-24)

chore(spam-detection): Update known spam messages (12-12-24) #170

Workflow file for this run

name: Development - Pull Request
on:
pull_request:
branches:
- '**'
jobs:
lint-format:
name: Linting Checks
uses: ./.github/workflows/lint.yml
build:
needs: lint-format
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker container
run: |
docker buildx build \
--file=Dockerfile -t duckbot .