Skip to content

feat: ensure compatibility with Jira 9.13.0, 9.12.2, 9.4.15 #231

feat: ensure compatibility with Jira 9.13.0, 9.12.2, 9.4.15

feat: ensure compatibility with Jira 9.13.0, 9.12.2, 9.4.15 #231

Workflow file for this run

# Continuous Integration with GitHub
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install Atlassian SDK
uses: rodrigo-nogues/github-action-install-atlassian-sdk@v1
- name: Build Project
run: atlas-mvn package