Skip to content

Add "How to create an integration user in Salesforce" article #24

Add "How to create an integration user in Salesforce" article

Add "How to create an integration user in Salesforce" article #24

Workflow file for this run

name: lint
on:
pull_request:
jobs:
vale:
name: Style checker
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: .
steps:
- name: Checkout repo to runner
uses: actions/checkout@v4
# For reStructuredText users:
- name: Install docutils
run: sudo apt-get install -y docutils
- name: Run Vale tests
uses: errata-ai/vale-action@reviewdog
with:
version: 3.7.0
files: '["how-to", "tutorials", "reference", "explanation"]'
fail_on_error: true
reporter: github-pr-review
filter_mode: nofilter