Skip to content

Add form_id to Sentry msg for bounced submissions #83

Add form_id to Sentry msg for bounced submissions

Add form_id to Sentry msg for bounced submissions #83

Workflow file for this run

name: "Lint Workflows"
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Download actionlint
id: get_actionlint
run: |
curl -L "https://github.com/rhysd/actionlint/releases/download/v1.7.7/actionlint_1.7.7_linux_amd64.tar.gz" | tar -xvz actionlint
chmod +x actionlint
sudo mv actionlint /usr/local/bin/actionlint
shell: bash
- name: Check workflow files
run: actionlint -color
shell: bash