Skip to content

Commit

Permalink
build: application
Browse files Browse the repository at this point in the history
  • Loading branch information
nejdetkadir committed Oct 11, 2023
1 parent 8d65146 commit ba9a828
Show file tree
Hide file tree
Showing 4 changed files with 8,834 additions and 678 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ jobs:
id: npm-format-check
run: npm run format:check

- name: Lint
id: npm-lint
run: npm run lint

- name: Test
id: npm-ci-test
run: npm run ci-test

test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ outputs:
description: 'Your output description here'

runs:
using: node18
using: node20
main: dist/index.js
Loading

0 comments on commit ba9a828

Please sign in to comment.