Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/folio-org/ui-linked-data
Browse files Browse the repository at this point in the history
…into fix/MODLD-547-broken-tests
  • Loading branch information
SKarolFolio committed Oct 17, 2024
2 parents e8941b2 + e9ddeb9 commit a885aa0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Centralized workflow
on:
- push
- pull_request
- workflow_dispatch

jobs:
ui:
# Use the shared workflow from https://github.com/folio-org/.github
uses: folio-org/.github/.github/workflows/ui.yml@v1
# Only handle push events from the main branch or tags, to decrease PR noise
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
secrets: inherit
with:
compile-translations: false
jest-enabled: false
sonar-enabled: false
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@folio-org/linked-data",
"version": "1.0.1",
"type": "module",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folioci/"
},
"files": [
"dist"
],
Expand Down

0 comments on commit a885aa0

Please sign in to comment.