Skip to content

Feature solr merged #21

Feature solr merged

Feature solr merged #21

Workflow file for this run

name: Namex Emailer CI
on:
pull_request:
paths:
- "services/emailer/**"
workflow_dispatch:
defaults:
run:
shell: bash
working-directory: ./services/emailer
jobs:
namex-emailer-ci:
uses: bcgov/bcregistry-sre/.github/workflows/backend-ci.yaml@main
with:
app_name: "namex-emailer"
working_directory: "./services/emailer"
codecov_flag: "namexemailer"
skip_isort: "true"

Check failure on line 21 in .github/workflows/emailer-ci.yml

View workflow run for this annotation

GitHub Actions / Namex Emailer CI

Invalid workflow file

The workflow is not valid. .github/workflows/emailer-ci.yml (Line: 21, Col: 19): Unexpected value 'true' .github/workflows/emailer-ci.yml (Line: 22, Col: 19): Unexpected value 'true'
skip_black: "true"