Skip to content

Commit

Permalink
chore: syntax error in action
Browse files Browse the repository at this point in the history
  • Loading branch information
H3xept committed Jun 29, 2023
1 parent 8eb0dc9 commit b72946b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
push:
paths:
- 'src/coins.ts'
pull_request:
paths:
- 'src/coins.ts'
jobs:
test:
runs-on: runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
Expand Down

0 comments on commit b72946b

Please sign in to comment.