Skip to content

chore(deps): bump scribemd/pre-commit-action action to v0.9.102 #841

chore(deps): bump scribemd/pre-commit-action action to v0.9.102

chore(deps): bump scribemd/pre-commit-action action to v0.9.102 #841

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: Test
runs-on: ubuntu-22.04
steps:
- name: Check out repository.
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Use Docker in rootless mode.
uses: ./
- name: Run pre-commit hooks.
uses: ScribeMD/[email protected]
- name: Send Slack notification with job status.
if: always()
uses: ScribeMD/[email protected]
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}
template: result