Merge pull request #9 from metatypedev/dependabot/npm_and_yarn/npm-de… #24
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
name: Continuous Integration | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: read | |
jobs: | |
test-action: | |
name: GitHub Actions Test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
id: checkout | |
uses: actions/checkout@v4 | |
- name: Test Local Action | |
id: test-action | |
uses: ./ | |
env: | |
# FIXME: once #14@ghjk lands | |
GHJK_VERSION: 6040bb3 | |
- name: Check avail of pnpm | |
shell: bash | |
run: pnpm --version |