This action will take any Node.js action, compile and package it in to a single file so that it can be executed using the node12
runtime in GitHub Actions.
It is intended to be triggered when a release is published, and will update the tag of the release when it finishes running.
The action:
npm install
action.yml
, setting the runtime to node12
and the main
entry to index.dist.js
At this point, any consumers may point at the tag and their actions will run much faster than pointing at master
name: Auto-Compile on: release: types: [published] jobs: compile: runs-on: ubuntu-16.04 steps: - name: Checkout uses: actions/checkout@v2 - name: Automatically build action uses: mheap/github-action-auto-compile-node@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: mheap/github-action-auto-compile-node@master with: # Define a custom entrypoint for your action. Defaults to "index.js" main: lib/index.js
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4