validate-boolean
A GitHub Action to check whether an input value equals either `'true'` or `'false'`.
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.0%) to scientific vocabulary
Keywords from Contributors
Repository
A GitHub Action to check whether an input value equals either `'true'` or `'false'`.
Basic Info
- Host: GitHub
- Owner: kevinmatthes
- License: gpl-3.0
- Default Branch: main
- Size: 85.9 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 3
Metadata Files
README.md
validate-boolean
Summary
A GitHub Action to check whether an input value equals either 'true' or
'false'.
License
This project's license is GPL-3.0. The whole license text can be found in
LICENSE in the main directory of this repository. The brief
version is as follows:
Copyright (C) 2023 Kevin Matthes
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
License information about the dependencies this software requires to work
can be found in LICENSEs.
Description
This GitHub Action will check whether the given input, check, equals either
'true' or 'false'. It is recommended to execute this Action on a Linux
runner. This Action requires a Bash shell environment. There are no outputs.
To apply this Action, just add the following to the step section of a GitHub Action workflow job.
yaml
- uses: kevinmatthes/validate-boolean@v0.1.2
with:
check: ${{ inputs.value-to-check }}
Inputs
check
This input value is required and of type string. If it equals the values
'true' or 'false', this Action will succeed. Else, it will fail with exit
code 64. This is the code for wrong user input according to sysexits.h.
Branding Information
The branding of this action uses the icon thumbs-up on a green background.
Both shall represent the performed check as well as the intended positive
result ("okay").
Owner
- Name: Kevin Matthes
- Login: kevinmatthes
- Kind: user
- Repositories: 16
- Profile: https://github.com/kevinmatthes
Citation (CITATION.cff)
######################## GNU General Public License 3.0 ########################
## ##
## Copyright (C) 2023 Kevin Matthes ##
## ##
## This program is free software: you can redistribute it and/or modify ##
## it under the terms of the GNU General Public License as published by ##
## the Free Software Foundation, either version 3 of the License, or ##
## (at your option) any later version. ##
## ##
## This program is distributed in the hope that it will be useful, ##
## but WITHOUT ANY WARRANTY; without even the implied warranty of ##
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ##
## GNU General Public License for more details. ##
## ##
## You should have received a copy of the GNU General Public License ##
## along with this program. If not, see <https://www.gnu.org/licenses/>. ##
## ##
################################################################################
################################################################################
##
## AUTHOR Kevin Matthes
## BRIEF Citation settings for the Git repository.
## COPYRIGHT GPL-3.0
## DATE 2023
## FILE CITATION.cff
## NOTE See `LICENSE' for full license.
## See `README.md' for project details.
##
################################################################################
# Parser settings.
cff-version: 1.2.0
message: Please cite this software using these meta data.
# Version information.
date-released: 2023-03-01
version: 0.1.2
# Project information.
abstract: |
A GitHub Action to check whether an input value equals either `'true'` or
`'false'`.
authors:
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
license: GPL-3.0
repository-code: https://github.com/kevinmatthes/validate-boolean
title: validate-boolean
url: https://github.com/kevinmatthes/validate-boolean
################################################################################
GitHub Events
Total
- Delete event: 1
- Push event: 1
- Pull request review event: 1
- Pull request event: 2
- Create event: 2
Last Year
- Delete event: 1
- Push event: 1
- Pull request review event: 1
- Pull request event: 2
- Create event: 2
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| dependabot[bot] | 4****] | 23 |
| Kevin Matthes | 9****s | 10 |
| Kevin Matthes | 4****] | 3 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 45
- Average time to close issues: N/A
- Average time to close pull requests: about 5 hours
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.98
- Merged pull requests: 25
- Bot issues: 0
- Bot pull requests: 24
Past Year
- Issues: 0
- Pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: about 13 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (31)
- kevinmatthes (12)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- ./ * composite
- actions/checkout v3.4.0 composite
- citation-file-format/cffconvert-github-action 2.0.0 composite
- actions/checkout v3.4.0 composite
- kevinmatthes/release-bump2version-scriv v0.2.3 composite
- actions/checkout v3.4.0 composite
- kevinmatthes/create-scriv-fragment v0.2.3 composite