Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,22 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- uses: actions/setup-node@v6
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
with:
node-version: 24
package-manager-cache: false

- name: Enable Corepack
run: |
corepack enable
corepack prepare yarn@4.12.0 --activate
yarn --version

- uses: calcit-lang/setup-calcit@v1.4.0
- uses: calcit-lang/setup-calcit@704b3f5cd6f9ce3bd1e0c926dbdd1d181adb8180 # v1.4.0
with:
tools: calcit,caps

Expand All @@ -52,6 +55,9 @@ jobs:
- name: Check application dynamic methods
run: calcit calcit.cirru analyze dynamic-methods --max 0 --format json

- name: Check deprecated Calcit APIs
run: calcit calcit.cirru analyze deprecated --summary-only

- name: Audit provider dynamic methods
run: calcit calcit.cirru analyze dynamic-methods --deps --format json

Expand Down Expand Up @@ -96,7 +102,7 @@ jobs:
- name: Deploy to server
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
id: deploy
uses: Pendect/action-rsyncer@v2.0.0
uses: Pendect/action-rsyncer@b7f90f4f8ed893d4e3f852f7a73180631f63d4bd # v2.0.0
env:
DEPLOY_KEY: ${{secrets.rsync_private_key}}
with:
Expand Down
12 changes: 6 additions & 6 deletions config/calcit-quality.cirru

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

12 changes: 6 additions & 6 deletions deps.cirru
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

{} (:calcit-version |0.13.77)
:version |0.0.6
:dependencies $ {} (|Respo/alerts.calcit |0.10.29)
|Respo/reel.calcit |0.6.13
|Respo/respo-feather.calcit |0.4.10
|Respo/respo-markdown.calcit |0.4.31
|Respo/respo-ui.calcit |0.7.16
|Respo/respo.calcit |0.16.91
:dependencies $ {} (|Respo/alerts.calcit |0.10.30)
|Respo/reel.calcit |0.6.19
|Respo/respo-feather.calcit |0.4.11
|Respo/respo-markdown.calcit |0.4.33
|Respo/respo-ui.calcit |0.7.19
|Respo/respo.calcit |0.16.95
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^8.0.14"
"vite": "8.2.2"
},
"scripts": {
"build": "rm -rfv dist && calcit calcit.cirru js && yarn vite build --base ./ && rm -rfv extension/dist && cp -vr dist extension/"
Expand Down
Loading