Skip to content

Commit

Permalink
build CI added
Browse files Browse the repository at this point in the history
  • Loading branch information
SwarnenduG07 committed Aug 17, 2024
1 parent a3b29c0 commit f3abcdb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/deploy.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build on PR
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"

- name: Install Deps
run: npm install

- name: Lint Check
run: npm run lint

0 comments on commit f3abcdb

Please sign in to comment.