Skip to content

adding helmet to avoid content headres for hardening #70

adding helmet to avoid content headres for hardening

adding helmet to avoid content headres for hardening #70

Workflow file for this run

name: Tests
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "main", "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: nodejs
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: typescript
run: |
npm install
- name: testing
working-directory: .
run: npm run test-ci-cd
- name: linter source
run: npm run lint
- name: linter tests
run: npm run lint-test