Skip to content

Commit

Permalink
Merge pull request #8 from ruru-m07/main
Browse files Browse the repository at this point in the history
Closes #6 , Closes #5
  • Loading branch information
ruru-m07 authored Jan 26, 2024
2 parents 45ae85c + d6d95dc commit 95a8785
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
File renamed without changes.
34 changes: 19 additions & 15 deletions .github/workflows/lint_chacks.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
name: ✨ Next.js lint checks
name: ✨ Next.js lint checks

on:
push:
branches:
- '*'
- "*"

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "20.9.0"

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20.9.0'
- name: Install Dependencies ☘️
run: |
npm install
- name: Install Dependencies ☘️
run: |
npm install
- name: lint Chacks ✅
run: |
npm run lint
- name: lint Chacks ✅
run: |
npm run lint
- name: production build ✨
run: |
npm run lint

0 comments on commit 95a8785

Please sign in to comment.