Skip to content

Bump actions/checkout from 6.0.1 to 6.0.2 #100

Bump actions/checkout from 6.0.1 to 6.0.2

Bump actions/checkout from 6.0.1 to 6.0.2 #100

Workflow file for this run

# Copyright 2025, Intel Corporation
# SPDX-License-Identifier: BSD
name: Test Grammar
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
# Check out the repository using a pinned commit SHA.
- name: Check out repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
# Set up Node.js using a pinned commit SHA.
- name: Set up Node.js
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0
# Replace the above SHA with your chosen pinned commit.
with:
node-version: '18'
# Install the vscode-tmgrammar-test package.
- name: Install vscode-tmgrammar-test globally
run: npm install -g vscode-tmgrammar-test
# Run grammar tests from the tests folder.
- name: Run grammar tests
run: vscode-tmgrammar-test tests/*.ispc