Skip to content

Update T&C

Update T&C #13

name: Continuous Integration
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v2
- name: 🧰 Setup Node.js
uses: actions/setup-node@v2
with:
node-version: v18.16.0
cache: yarn
- name: 🧰 Install dependencies
run: yarn install --frozen-lockfile
- name: 🔬 Run check
run: yarn astro check