Skip to content

🗃️ articles creation date (NGC-1555) #7

🗃️ articles creation date (NGC-1555)

🗃️ articles creation date (NGC-1555) #7

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: 20
- name: 'Install packages'
run: yarn
- name: 'Lint'
run: yarn lint
- name: 'Build'
run: |
cp .env.example .env
yarn build