Skip to content

chore(config): bump scribemd/.github from v0.14.15 to v0.14.16 #1203

chore(config): bump scribemd/.github from v0.14.15 to v0.14.16

chore(config): bump scribemd/.github from v0.14.15 to v0.14.16 #1203

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: write # for pre-commit-action
jobs:
test:
name: Run Pre-commit Hooks
runs-on: ubuntu-22.04
steps:
- name: Check out repository.
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Run pre-commit hooks.
uses: ScribeMD/pre-commit-action@832e026101148e0234fde20eecf91c08942ace4a # 0.9.127
- name: Send Slack notification with job status.
if: always()
uses: ./
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}
template: result