Skip to content

Run "ruff check --fix" to sort imports (#1) #15

Run "ruff check --fix" to sort imports (#1)

Run "ruff check --fix" to sort imports (#1) #15

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: Trigger deploy
run: |
curl -fsS -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"