mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 01:06:18 +00:00
🏗️ Move from pdm to uv and add pre commit and other useful things
This commit is contained in:
25
.github/workflows/CI.yaml
vendored
Normal file
25
.github/workflows/CI.yaml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "dev" ]
|
||||
# Publish semver tags as releases.
|
||||
tags: [ 'v*.*.*' ]
|
||||
pull_request:
|
||||
branches: ["main", "dev"]
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
quality:
|
||||
uses: ./.github/workflows/quality.yaml
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
publish:
|
||||
needs: quality
|
||||
if: github.event_name == 'release'
|
||||
uses: ./.github/workflows/publish.yaml
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
Reference in New Issue
Block a user