GitHub Action
Esy Github Action
v1
Latest version
Esy GitHub Action
This action runs cached esy install
and esy build
in the current directory
Required The cache key. Typically ${{ hashFiles('**/index.json') }}
The prefix of esy folder
Working directory.
- uses: actions/[email protected]
with:
node-version: 12
- name: Install esy
run: npm install -g esy
- uses: wokalski/esy-github-action@v1
with:
cache-key: ${{ hashFiles('**/index.json') }}