This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
fix: use fully qualified imports with .js
extension for ESM build
#47
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Jira Task Check | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- edited | |
- synchronize | |
jobs: | |
check_jira_task: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v2 | |
- name: Run Jira Task Check | |
uses: ably/pr-link-jira-tasks-action@v1.0.4 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |