Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
im-coder-lg authored Jun 20, 2023
0 parents commit 78b2b50
Show file tree
Hide file tree
Showing 9 changed files with 953 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Check Page
run: node ./ci/check-page.js
Loading

0 comments on commit 78b2b50

Please sign in to comment.