Skip to content

GarnerCorp/corepack-pkg-manager-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

corepack-pkg-manager-cache

A collection of cached corepack-supported package managers

Example Workflow

name: CI
on:
  push:
  pull_request:

jobs:

  run:
    runs-on: ubuntu-latest
    permissions:
      contents: read
    steps:
      - name: Checkout
        uses: actions/checkout@v4
        
      - name: Get package manager
        uses: GarnerCorp/build-actions/install-package-manager@main
        with:
            cache-repository: https://github.com/GarnerCorp/corepack-pkg-manager-cache

      - name: Run tests
        run: yarn test

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •