Skip to content

Merge pull request #25 from tubone24/renovate/actions-checkout-4.x #61

Merge pull request #25 from tubone24/renovate/actions-checkout-4.x

Merge pull request #25 from tubone24/renovate/actions-checkout-4.x #61

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
npm install -g @vscode/vsce
npm install
- name: format check
run: npm run fmt:check
- name: package
run: npm run package