Skip to content

ir.daangn.com: move to Cloudflare Pages #1410

ir.daangn.com: move to Cloudflare Pages

ir.daangn.com: move to Cloudflare Pages #1410

Workflow file for this run

name: Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
chores:
runs-on: ubuntu-latest
name: Checking Chores
steps:
- uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Checking conventions via Biome
run: yarn biome ci .