swinton / screenshot-website

:camera_flash: A GitHub Action to capture screenshots of a website, across Windows, Mac, and Linux
https://git.io/screenshot-website
ISC License
187 stars 22 forks source link

ci: Add check-dist workflow #47

Closed jcfr closed 1 year ago

jcfr commented 1 year ago

This workflow helps ensure that generated innards of dist directory match what we expect them to be. The dist is a particular directory in Actions that contains distributable JS files. In Actions, the dist is generated through a build process from other source files.

Note that "node-version" is explicitly set to "12.x" to match version specified in "action.yml".

See https://github.com/actions/reusable-workflows/