Skip to content

Added different header for json files and resolving conflict policies, #173

Added different header for json files and resolving conflict policies,

Added different header for json files and resolving conflict policies, #173

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: corepack enable
- name: Configure caching
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build