Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed Jan 12, 2024
1 parent 8580e7c commit 6362fa5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/i18nify-js-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Build & Validate
on:
pull_request:
push:

defaults:
run:
working-directory: packages/i18nify-js

jobs:
validate:
name: Validate Source code
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/i18nify-js
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 6362fa5

Please sign in to comment.