Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 in /generator/template #14

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 in /generator/template

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 in /generator/template #14

Workflow file for this run

name: checks
on: [pull_request]
env:
use_case: use-cases/career
NEXT_PUBLIC_HOST: ${{ vars.NEXT_PUBLIC_HOST }}
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{env.use_case}}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Npm run test
run: npm run lint
gitleaks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{env.use_case}}
steps:
- uses: actions/checkout@v3
- name: gitleaks-action
uses: zricethezav/[email protected]
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{env.use_case}}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build