Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 9, 2023
1 parent caf09c5 commit 5e3a3d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup
- name: Setup Node & Install dependencies
uses: ./.github/actions/setup

- name: Check linter
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: ./.github/actions/setup
- name: Setup Node & Install dependencies
uses: ./.github/actions/setup

# The validation is done based on the `commitlint.config.js` file.
- name: Validate PR title
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup
- name: Setup Node & Install dependencies
uses: ./.github/actions/setup

- name: Build project
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup
- name: Setup Node & Install dependencies
uses: ./.github/actions/setup

# For now, we only need Chromium.
Expand Down

0 comments on commit 5e3a3d1

Please sign in to comment.