Skip to content

chore(deps): bump poetry from v1.6.1 to v1.7.1 #905

chore(deps): bump poetry from v1.6.1 to v1.7.1

chore(deps): bump poetry from v1.6.1 to v1.7.1 #905

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