Skip to content

Commit

Permalink
Merge pull request #291 from PrefectHQ/chore/use-shared-gha
Browse files Browse the repository at this point in the history
Use shared gha
  • Loading branch information
jimid27 authored Nov 1, 2023
2 parents eb722a6 + 6c823db commit a1c524b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
31 changes: 0 additions & 31 deletions .github/actions/setup/action.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
persist-credentials: false

- name: Setup
uses: ./.github/actions/setup
id: setup
uses: prefecthq/actions-setup-nodejs@main

- name: Lint application
run: |
Expand All @@ -30,7 +31,8 @@ jobs:
persist-credentials: false

- name: Setup
uses: ./.github/actions/setup
id: setup
uses: prefecthq/actions-setup-nodejs@main

- name: Install dependencies
run: npm ci install
Expand Down

0 comments on commit a1c524b

Please sign in to comment.