Expose corepack command in node package #178
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Verify feeds in Pull Requests are valid | |
name: Verify | |
on: | |
workflow_dispatch: {} | |
pull_request: {} | |
jobs: | |
verify: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set up directory structure | |
uses: 0install/apps/.github/actions/setup@master | |
- name: Run 0repo | |
uses: 0install/apps/.github/actions/0repo@master |