Skip to content

Keep calm and commit #12

Keep calm and commit

Keep calm and commit #12

name: Front_CI_CD_BUILD_CONFLICT_CHECK
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Install Dependencies
run: npm install
- name: Run Build
run: npm run build
merge_conflict_job:
runs-on: ubuntu-latest
name: Find merge conflicts
steps:
- uses: actions/checkout@v3
- name: Merge Conflict finder
uses: olivernybroe/[email protected]