Skip to content

Commit

Permalink
Move js-lint-build-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Aug 16, 2023
1 parent 5481b86 commit ff70fed
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Lint, Build, & Test
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- 'v4-client-js/**'
push:
branches:
- main
Expand All @@ -9,6 +11,9 @@ on: # yamllint disable-line rule:truthy
jobs:
CI:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./v4-client-js
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit ff70fed

Please sign in to comment.