Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedpair committed Feb 12, 2024
1 parent a7116b7 commit 1476b8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ name: Action Test Workflow

jobs:
build-and-test:
name: Build and Test
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
with:
node-version-file: '.nvmrc'
cache: npm

- name: Install dependencies
run: npm ci

- name: Compile Typescript
run: npm run build

- name: Load Action Locally
- name: Load Action Locally
uses: ./

- name: Try accessing the added ENV vars
Expand Down

0 comments on commit 1476b8d

Please sign in to comment.