Skip to content

fix(GlitchTip): add smtp settings to worker deployment (#264) #648

fix(GlitchTip): add smtp settings to worker deployment (#264)

fix(GlitchTip): add smtp settings to worker deployment (#264) #648

Workflow file for this run

name: Main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: 17
distribution: zulu
cache: gradle
- name: Java build
run: ./gradlew assemble
- name: Tests
run: ./gradlew test
- name: Lint
run: ./gradlew --continue ktlintCheck