Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Nestjs v10.3 #56

Merged
merged 2 commits into from
Jan 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading