Skip to content

DEV-1174_Actualizar-ngx-jsonapi-a-Angular-17 auto-commit #32

DEV-1174_Actualizar-ngx-jsonapi-a-Angular-17 auto-commit

DEV-1174_Actualizar-ngx-jsonapi-a-Angular-17 auto-commit #32

Workflow file for this run

name: version 3
on: [push]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node 16
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: yarn install
- name: Prettier check
run: yarn prettier:check
- name: Lint
run: yarn lint
- name: Test
run: yarn test
- name: Build
run: yarn build:jsonapi