Skip to content

Commit

Permalink
Merge pull request #70 from nurRiyad/riyad/fix
Browse files Browse the repository at this point in the history
Upldate loader,animation & workflow
  • Loading branch information
nurRiyad authored Oct 30, 2024
2 parents 8a57071 + 77b805d commit 929abde
Show file tree
Hide file tree
Showing 9 changed files with 1,084 additions and 1,056 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "@antfu",
"ignorePatterns":["/content/**"]
"ignorePatterns":["/content/**","/.github/**"]
}
34 changes: 34 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This workflow will do a clean installation of node dependencies, check linting and build
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI

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

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Check Code
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'

- name: Install dependency
run: npm ci

- name: Check Linting
run: npm run lint


- name: Playgourd build check
run: npm run build
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"cSpell.words": [
"cloudinary",
"Namecheap",
"nurriyad",
"Nuxt",
"spacegrotesk",
"Tailwindcss",
Expand Down
23 changes: 0 additions & 23 deletions components/blog/Loader.vue

This file was deleted.

1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default defineNuxtConfig({
'@nuxtjs/fontaine',
'@nuxtjs/color-mode',
'@nuxtjs/tailwindcss',
'@formkit/auto-animate',
'@stefanobartoletti/nuxt-social-share',
],

Expand Down
Loading

0 comments on commit 929abde

Please sign in to comment.