Skip to content

feat: ensure compatibility with Jira 9.9.0, 9.4.6 and 8.20.22 #30

feat: ensure compatibility with Jira 9.9.0, 9.4.6 and 8.20.22

feat: ensure compatibility with Jira 9.9.0, 9.4.6 and 8.20.22 #30

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