Skip to content

ci: bump warframe-patchlogs from 2.51.0 to 2.52.0 #579

ci: bump warframe-patchlogs from 2.51.0 to 2.52.0

ci: bump warframe-patchlogs from 2.51.0 to 2.52.0 #579

Workflow file for this run

name: Actions
on:
pull_request:
branches:
- development
jobs:
lint:
name: Verify
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install Dependencies
run: npm ci
- name: Run linters
run: npm run lint
- name: Run Build
run: npm run validate
- name: Test
run: npm test