Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DRIVERS-3232 Fix tag update command #312

DRIVERS-3232 Fix tag update command

DRIVERS-3232 Fix tag update command #312

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
test-typescript:
name: TypeScript Tests
runs-on: ubuntu-latest
strategy:
matrix:
working-directory:
- code-scanning-export
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: ${{ matrix.working-directory }}/.node-version
cache: npm
cache-dependency-path: ${{ matrix.working-directory }}/package-lock.json
- name: Install Dependencies
id: npm-ci
working-directory: ${{ matrix.working-directory }}
run: npm ci
- name: Check Format
id: npm-format-check
working-directory: ${{ matrix.working-directory }}
run: npm run format:check
- name: Lint
id: npm-lint
working-directory: ${{ matrix.working-directory }}
run: npm run lint
- name: Test
id: npm-ci-test
working-directory: ${{ matrix.working-directory }}
run: npm run ci-test
Morty Proxy This is a proxified and sanitized view of the page, visit original site.