Skip to content

Commit

Permalink
fix my yml syntax - attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndv99 committed Nov 15, 2023
1 parent 25a6af6 commit b62f92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
- main
pull_request:
types: [opened, synchronize, reopened]
- name: Read .nvmrc
run: echo NVMRC=`cat .nvmrc` >> $GITHUB_ENV
jobs:
- name: Read .nvmrc
run: echo NVMRC=`cat .nvmrc` >> $GITHUB_ENV
lint:
name: Lint
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b62f92a

Please sign in to comment.