Skip to content

feat: Credential Revocation Support and Related Services #297

feat: Credential Revocation Support and Related Services

feat: Credential Revocation Support and Related Services #297

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, labeled]
push:
branches: [main]
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout service-agent
uses: actions/checkout@v4
- name: Setup node v20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Build
run: |
yarn build
- name: Check Format
run: |
yarn check-format
- name: Check Types
run: |
yarn check-types