Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Keywords
Repository
GitHub Action that installs Dolt
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 1
Topics
Metadata Files
README.md
Dolt Installer GitHub Action
This action installs dolt into the PATH of a GitHub Actions runner.
Usage
This action supports GitHub-provided Linux, macOS and Windows runners. Self-hosted runners are not tested and may not work correctly. In order to use this action in your workflow, add the following snippet to the YAML file of the workflow:
yaml
uses: sebhoss/dolt-installer@v1
with:
version: latest # optional
Example using a specific version of dolt:
yaml
jobs:
dolt-action:
name: Install and verify Dolt
steps:
- name: Install Dolt
uses: sebhoss/dolt-installer@v1
with:
version: '0.40.32'
- name: Verify Dolt Installation
run: dolt version
Optional Inputs
The following optional inputs:
| Input | Description |
|---------------------|------------------------------------------------------------------------|
| version | dolt version to use. Defaults to latest. |
| install-directory | Installation directory for dolt binaries. Defaults to $HOME/.dolt. |
License
``` Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ```
Owner
- Name: Sebastian Hoß
- Login: sebhoss
- Kind: user
- Location: Europe
- Website: https://seb.xn--ho-hia.de/
- Repositories: 54
- Profile: https://github.com/sebhoss
Citation (CITATION.cff)
# SPDX-FileCopyrightText: The Dolt Installer GitHub Action Authors # SPDX-License-Identifier: 0BSD cff-version: 1.2.0 title: Dolt Installer GitHub Action message: If you use this software, please cite it as below. type: software authors: - family-names: Hoß given-names: Sebastian email: seb@hoß.de url: https://github.com/sebhoss/dolt-installer license: 0BSD keywords: - make
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (3)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 2
github actions: sebhoss/dolt-installer
Installs dolt and includes it in the PATH of a GitHub runner
- License: 0bsd
- Status: removed
-
Latest release: v1.0.0
published over 3 years ago
Rankings
Dependencies
- actions/checkout v3 composite
- fsfe/reuse-action v1 composite
- ./ * composite
- actions/checkout v3 composite
- sebhoss/dolt-installer v1 composite