Skip to content

Commit

Permalink
Merge pull request #56 from dekiakbar/update
Browse files Browse the repository at this point in the history
update Nestjs v10.3
  • Loading branch information
dekiakbar authored Jan 13, 2024
2 parents 8934125 + d853a8a commit 6481952
Show file tree
Hide file tree
Showing 11 changed files with 9,654 additions and 14,390 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir: __dirname,
sourceType: 'module',
},
plugins: ['@typescript-eslint/eslint-plugin'],
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ on:
types: [opened, reopened]

jobs:
prebuild:
name: Run Prebuild
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install node lts (hydrogen)
uses: actions/setup-node@v3
with:
node-version: lts/hydrogen
- name: npm install
run: npm install
- name: run prebuild
run: npm run prebuild
build:
name: Run Build
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<p align="center">
<a href="https://github.com/dekiakbar/image-optimizer/actions/workflows/build.yml">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/build.yml/badge.svg?event=push" alt="Build">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/build.yml/badge.svg" alt="Build">
</a>
<a href="https://github.com/dekiakbar/image-optimizer/actions/workflows/deploy.yml">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/deploy.yml/badge.svg" alt="Deploy">
</a>
<a href="https://github.com/dekiakbar/image-optimizer/actions/workflows/lint.yml">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/lint.yml/badge.svg?event=push" alt="Lint">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/lint.yml/badge.svg" alt="Lint">
</a>
<a href="https://github.com/dekiakbar/image-optimizer/actions/workflows/test.yml">
<img src="https://github.com/dekiakbar/image-optimizer/actions/workflows/test.yml/badge.svg?event=push" alt="Build">
Expand Down
Loading

0 comments on commit 6481952

Please sign in to comment.