latest
CI / Linux ARM64 (push) Waiting to run
CI / macOS ARM64 (push) Waiting to run
CI / Windows x64 (push) Waiting to run
CI / Linux x64 (push) Failing after 4s
GitHub Action to install DotSlash
This GitHub Action installs a precompiled dotslash binary from
https://github.com/facebook/dotslash/releases.
name: test suite
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: facebook/install-dotslash@latest
- run: ./some_dotslash_file
License
install-dotslash is MIT licensed, as found in the LICENSE file.
Languages
Markdown
100%