Skip to content

feat: init

feat: init #1

Workflow file for this run

name: "Build and Test"
on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, reopened]
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
# SENTRY_URL: https://sentry.io/
with:
environment: production