@aki77/actions-hash-files
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@aki77/actions-replace-comment

Usage

import * as core from '@actions/core'
import { hashFiles } from '@aki77/actions-hash-files'

async function run(): Promise<void> {
  const hash = await hashFiles(['yarn.lock', 'src/**/*.ts'])
  core.debug(hash)
}

/@aki77/actions-hash-files/

    Package Sidebar

    Install

    npm i @aki77/actions-hash-files

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    3.93 kB

    Total Files

    4

    Last publish

    Collaborators

    • aki77