Skip to content

facebook/install-dotslash

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple GitHub Action to install a precompiled dotslash binary

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •