fix(skill): keep HOL Guard skill standalone for registries #255
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Tessl Distribution | |
| on: | |
| pull_request: | |
| branches: [main] | |
| push: | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| jobs: | |
| validate: | |
| name: Validate Tessl tile | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 10 | |
| steps: | |
| - name: Check out immutable source | |
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 | |
| with: | |
| persist-credentials: false | |
| - name: Validate with pinned Tessl CLI | |
| env: | |
| NPM_CONFIG_IGNORE_SCRIPTS: "true" | |
| run: | | |
| set -euo pipefail | |
| npm exec --yes --package=@tessl/cli@0.93.0 -- tessl tile lint . |