We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In case a syntax embeds a 3rd-party syntax it might be required to install it to succeed related syntax tests.
Add a variable like packages to pass a list of repositories to clone packages from.
packages
steps: - uses: actions/checkout@v2 - uses: SublimeText/syntax-test-action@v2 with: build: ${{ matrix.build }} default_packages: ${{ matrix.default_packages }} packages: - https://github.com/danro/LESS-sublime - https://github.com/braver/SublimeSass - ...
The text was updated successfully, but these errors were encountered:
Might require giving the packages specific names, too, yes?
Sorry, something went wrong.
It will require the repo and optionally a ref and the name to install at, but quite possible indeed.
(I wonder at what point I will change the wrapper script to use Python.)
This is now live in 2.2 after some fixes (via trial and error and an added test case in this repo).
Successfully merging a pull request may close this issue.
Relational
In case a syntax embeds a 3rd-party syntax it might be required to install it to succeed related syntax tests.
Request
Add a variable like
packages
to pass a list of repositories to clone packages from.The text was updated successfully, but these errors were encountered: