Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
chore: improve action concurrency and use typescript-sdk-tools (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm authored Nov 23, 2022
1 parent 34dd898 commit 5c96738
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
schedule:
- cron: "40 10 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
audit:
uses: inrupt/javascript-style-configs/.github/workflows/reusable-audit.yml@v1.1.0
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v1.4.2
secrets:
WEBHOOK_E2E_FAILURE: ${{ secrets.WEBHOOK_E2E_FAILURE }}
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ env:

on: [push]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
# FIXME: Use published version once it's released
uses: inrupt/javascript-style-configs/.github/workflows/reusable-lint.yml@main
uses: inrupt/typescript-sdk-tools/.github/workflows/[email protected]

ci:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 5c96738

@vercel
Copy link

@vercel vercel bot commented on 5c96738 Nov 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.