Skip to content

Bump semver to 6.3.1 || 7.5.4 (#126) #612

Bump semver to 6.3.1 || 7.5.4 (#126)

Bump semver to 6.3.1 || 7.5.4 (#126) #612

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install
run: npm ci
- name: Prettier
run: npm run prettier
- name: Lint
run: npm run lint
- name: Hadolint
run: make hadolint
- name: Tests
run: npm run test:coverage
- name: Coverage to Codecov
uses: codecov/codecov-action@v3