invertase / quickstart-tag-differ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase tag differ

Description

This action diffs in the current commit, and a base commit, and annotates the pull request with the results. It looks for the following syntax for tags:

// [START <tag-name>]
<code>
// [END <tag-name>]

Usage

- uses: actions/checkout@v2
- uses: invertase/quickstart-tag-differ@v0.0.2
  with:
    base-ref: main # optional, defaults the pull request base ref or errors if not a pull request
    extensions: js,ts # optional, defaults to `js,ts,kt,java,swift`

About

License:MIT License


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%