You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. **Setup Deno**: Uses [denoland/setup-deno](https://github.com/denoland/setup-deno) to install Deno with the specified version and cache configuration
147
-
2. **Install Probitas CLI**: Installs the Probitas CLI from JSR using `deno install`
148
-
3. **Verify Installation**: Confirms both Deno and Probitas are correctly installed and available in the PATH
149
-
150
-
## Caching
151
-
152
-
Caching is enabled by default and helps speed up your workflows by:
153
-
154
-
- Caching Deno's compiled module cache
155
-
- Caching downloaded dependencies based on your `deno.lock` file
156
-
- Reducing network requests and installation time
157
-
158
-
The cache key is automatically generated based on:
159
-
- The GitHub job ID
160
-
- The runner OS and architecture
161
-
- A hash of `deno.lock` files in your project (customizable via `cache-hash`)
112
+
1. **Install Probitas CLI**: Downloads and installs the pre-compiled Probitas CLI binary from GitHub releases
113
+
2. **Verify Installation**: Confirms Probitas is correctly installed and available in the PATH
162
114
163
115
## Versioning
164
116
@@ -185,7 +137,7 @@ Using `@v1` ensures you automatically receive bug fixes and new features within
185
137
## Related Projects
186
138
187
139
- [Probitas](https://github.com/jsr-probitas/probitas) - The main Probitas framework
0 commit comments