feat: add github action (#1)

This commit is contained in:
Julian Tölle 2024-08-05 23:49:31 +02:00 committed by GitHub
parent a1aaa3ba1f
commit 35c5553c27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 61 additions and 1 deletions

View file

@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest

25
.github/workflows/releaser-pleaser.yaml vendored Normal file
View file

@ -0,0 +1,25 @@
name: releaser-pleaser
on:
push:
branches: [main, action] # TODO: Remove before merging
pull_request:
types:
- edited
- labeled
- unlabeled
permissions:
contents: write
issues: write
pull-requests: write
jobs:
releaser-pleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: env
- uses: ./