Skip to content

OoBook/automated

Repository files navigation

Automated

Main GitHub release (latest SemVer) GitHub release (latest SemVer) GitHub License

GitHub Super-Linter

Use this template to bootstrap the creation of a JavaScript action. 🚀

This template includes compilation support, tests, a validation workflow, publishing, and versioning guidance.

  1. 🛠️ Install the dependencies

    npm install
  2. 🏗️ Package the JavaScript for distribution

    npm run build
  3. ✅ Run the tests

    $ npm test
    
    PASS  ./index.test.js
      ✓ throws invalid number (3ms)
      ✓ wait 500 ms (504ms)
      ✓ test runs (95ms)
    
    ...

What's it do?

This action will automatically create test action.

Inputs

Name Description Obligatory  Default
test Run mode optional false

Outputs

Name Description
response The one of the results

Usage

name: Release

on:
  push:
    tags:
      - v*

permissions:
  contents: write

jobs:
  tag:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Run my Action
        id: run-action
        uses: oobook/automated@v1 # Commit with the `v1` tag
        with:
          test: false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors