Skip to content

Commit

Permalink
Added Jira check to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dantemss committed Jan 10, 2025
1 parent 2f59433 commit eaa9af5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ on:
branches:
- main
jobs:
linked_issue:
name: Jira
runs-on: ubuntu-latest
steps:
- uses: openstax/jira-linked-action@v0.1.14
with:
jira_site: openstax
jira_project: DISCO
jira_email: ${{ secrets.JiraEmail }}
jira_token: ${{ secrets.JiraToken }}
build:
runs-on: ubuntu-latest

Expand All @@ -17,4 +27,4 @@ jobs:
node-version: '16'
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn test

0 comments on commit eaa9af5

Please sign in to comment.