Skip to content

Commit

Permalink
Merge pull request #23 from neongreen/neongreen-patch-1
Browse files Browse the repository at this point in the history
CI
  • Loading branch information
neongreen authored Oct 22, 2023
2 parents 2b0d738 + e620eaf commit 44be714
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test

on:
push:
branches: ['main']
pull_request:
branches: ['main']

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: yarn
- run: yarn check
- run: yarn jest
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ yarn-error.log*

# typescript
*.tsbuildinfo
next-env.d.ts
5 changes: 5 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

1 comment on commit 44be714

@vercel
Copy link

@vercel vercel bot commented on 44be714 Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ches – ./

ches-git-main-neongreen.vercel.app
ches.vercel.app
ches-neongreen.vercel.app

Please sign in to comment.