Skip to content

feat: add ua-client-hints spec support (#313) #76

feat: add ua-client-hints spec support (#313)

feat: add ua-client-hints spec support (#313) #76

Workflow file for this run

name: CI
# Declare default permissions as read only.
permissions: read-all
on:
push:
branches:
- main
pull_request:
branches:
- '**'
concurrency:
group: ci-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
ci:
name: '[Required] Run tests'
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 2
- name: Set up Node.js
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
cache: npm
node-version-file: '.nvmrc'
- name: Install cddlconv
run: cargo install cddlconv@0.1.7
- name: Install dependencies
run: npm ci
- name: Build and test
run: npm test