Skip to content

Merge pull request #10 from metatypedev/dependabot/npm_and_yarn/npm-d… #29

Merge pull request #10 from metatypedev/dependabot/npm_and_yarn/npm-d…

Merge pull request #10 from metatypedev/dependabot/npm_and_yarn/npm-d… #29

Workflow file for this run

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