8000 GitHub - cbrevik/test-action
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cbrevik/test-action

Repository files navigation

Create a JavaScript Action using TypeScript

This template offers an easy way to get started writing a JavaScript action with TypeScript compile time support, unit testing with Jest and using the GitHub Actions Toolkit.

Getting Started

See the walkthrough located here.

In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.

Example workflow

name: "LETS DO THIS"
on:
- pull_request
    
jobs:
  hello:
    runs-on: ubuntu-latest
    steps:
    - uses: cbrevik/test-action@v3
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0