Skip to content

Bump actions/checkout from 4.1.0 to 4.1.1 (#88) #182

Bump actions/checkout from 4.1.0 to 4.1.1 (#88)

Bump actions/checkout from 4.1.0 to 4.1.1 (#88) #182

Workflow file for this run

name: Test All Grammar
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
copywrite:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # https://github.com/actions/checkout/releases/tag/v4.1.1
- name: Install copywrite
uses: hashicorp/[email protected]
- name: Validate Header Compliance
run: copywrite headers --plan
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # https://github.com/actions/checkout/releases/tag/v4.1.1
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # https://github.com/actions/setup-node/releases/tag/v3.8.1
with:
node-version-file: '.nvmrc'
- name: Install modules
run: npm ci
- name: Run vscode-tmgrammar-test
run: npm test