Science Score: 67.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
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: actions-marketplace-validations
  • License: apache-2.0
  • Language: TypeScript
  • Default Branch: main
  • Size: 1.15 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 8
  • Releases: 0
Created almost 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

typescript-action status DOI

This action enables you to easily use apptainer images in your GitHub action workflows.

GitHub Action to setup apptainer

To use apptainer containers in a workflow you need to install it first. This GitHub Action downloads and installs it for you.

The setup will add the apptainer executable to the PATH env var so it can be called in later steps.

Inputs

apptainer-version

Version of apptainer. See releases page for available versions. Version string should start with major version, not with v character.

Example usage

yaml steps: - uses: actions/checkout@v2 - uses: eWaterCycle/setup-apptainer@v2 with: apptainer-version: 1.1.2 - name: Run an apptainer container run: apptainer run docker://alpine cat /etc/os-release

Contributing

If you want to contribute to the development of apptainer-setup action, have a look at the contribution guidelines.

Owner

  • Name: actions-marketplace-validations
  • Login: actions-marketplace-validations
  • Kind: organization

Temporarily holds mirrors of GitHub Actions from the marketplace

Citation (CITATION.cff)

# YAML 1.2
---
authors:
  -
    affiliation: "Netherlands eScience Center"
    family-names: Verhoeven
    given-names: Stefan
    orcid: "https://orcid.org/0000-0002-5821-2060"
cff-version: "1.2.0"
keywords:
  - github
  - action
  - apptainer
  - setup
license: Apache-2.0
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/eWaterCycle/setup-apptainer"
url: https://github.com/marketplace/actions/setup-apptainer
title: setup-apptainer
abstract: GitHub Action workflow to setup apptainer.
identifiers:
  - type: doi
    value: 10.5281/zenodo.7097122
    description: >-
      DOI represents all versions, and will always
      resolve to the latest one.
...

GitHub Events

Total
Last Year

Dependencies

.github/workflows/check-dist.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3.5.1 composite
  • actions/upload-artifact v3 composite
.github/workflows/codeql-analysis-injected.yml actions
  • actions/checkout 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 composite
  • github/codeql-action/analyze a669cc5936cc5e1b6a362ec1ff9e410dc570d190 composite
  • github/codeql-action/init a669cc5936cc5e1b6a362ec1ff9e410dc570d190 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/autobuild v1 composite
  • github/codeql-action/init v2 composite
.github/workflows/test.yml actions
  • ./ * composite
  • actions/checkout v3 composite
action.yml actions
  • dist/index.js node16 javascript
package-lock.json npm
  • 460 dependencies
package.json npm
  • @types/node ^18.11.9 development
  • @typescript-eslint/parser ^5.42.0 development
  • @vercel/ncc ^0.34.0 development
  • eslint ^8.26.0 development
  • eslint-plugin-github ^4.4.0 development
  • eslint-plugin-jest ^27.1.3 development
  • jest ^29.1.2 development
  • js-yaml ^4.1.0 development
  • prettier 2.7.1 development
  • ts-jest ^29.0.3 development
  • typescript ^4.8.4 development
  • @actions/core ^1.10.0
  • @actions/exec ^1.1.1
  • @actions/tool-cache ^2.0.1