Skip to content

Commit

Permalink
Merge pull request #17 from amosproj/feat/xd-10
Browse files Browse the repository at this point in the history
feat: Add GitHub Pipelines (#10)
  • Loading branch information
KonsumGandalf authored Apr 26, 2024
2 parents c198a7d + e8a7686 commit 57be904
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

permissions:
actions: read
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- develop
workflow_dispatch:

jobs:
install-deps:
Expand All @@ -15,7 +16,8 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2
- name: test
uses: pnpm/action-setup@v2
with:
version: 8.15.1

Expand Down
3 changes: 2 additions & 1 deletion .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@
"style": "scss",
"unitTestRunner": "jest"
}
}
},
"nxCloudAccessToken": "M2Y0ZTliYjAtYjQ4Yy00ZGZmLWJkOTgtMTEzNjJmNTAxNDdhfHJlYWQtd3JpdGU="
}

0 comments on commit 57be904

Please sign in to comment.