Files
Andres Suarez 1e4e7b3e07
CI / macOS (push) Waiting to run
CI / Windows (push) Waiting to run
CI / Linux (push) Failing after 6s
Add license to README.md (#9)
2025-01-26 14:42:48 -05:00

696 B

GitHub Action to install DotSlash

build status

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.