chore: use corepack to install pnpm

This commit is contained in:
Matthieu MOREL
2024-08-24 08:10:52 +00:00
parent 4b195d17ed
commit 221aedc5f5
5 changed files with 20 additions and 8 deletions

View File

@@ -12,6 +12,14 @@ permissions:
contents: write
jobs:
docker-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
with:
verbose: true
lint:
runs-on: ubuntu-latest
steps: