1.2.0 • Published 1 year ago

random-env v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Random env

GitHub action to set global environment variables to random values.

Status

SourceShields
Projectlatest_release license line_count language_count
Healthdocumentation review_action codacy_quality codacy_coverage
Publishersnpm_version npm_downloads
Repositoryopen_issues closed_issues open_pulls closed_pulls
Activitycontributors monthly_commits last_commit

Usage

steps:
  - name: Set random environment variables
    uses: joellefkowitz/random-env@v1.0.0
    with:
      names: |
        TEST_EMAIL
        TEST_PASSWORD

  - name: Print environment variables
    run: printenv

Example output:

TEST_EMAIL=9102634d826b733e828a19317250337aw
TEST_PASSWORD=943b9f5e0a0b3d9acbfe05779dfab69f

Tests

To run tests:

nps test

Documentation

This repository's documentation is hosted on Read the Docs.

To generate the documentation locally:

quickdocs

Linters

To run linters:

nps lint

Formatters

To run formatters:

nps format

Continuous integration

This repository uses GitHub Actions to lint and test each commit. Each commit should be formatted and its corresponding documentation should be updated.

Versioning

This repository adheres to semantic versioning standards. For more information on semantic versioning visit semver.

Bump2version is used to version and tag changes. For example:

bump2version patch

Changelog

Please read this repository's changelog for details on changes that have been made.

Contributing

Please read this repository's guidelines on contributing for details on the process for submitting pull requests. Moreover, our code of conduct declares our collaboration standards.

Contributors

Remarks

Lots of love to the open source community!