Skip to content

Commit

Permalink
feat: merge adonisjs 6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 authored Nov 30, 2024
2 parents 0e77832 + f89a451 commit 5d1ec6c
Show file tree
Hide file tree
Showing 40 changed files with 1,040 additions and 8,882 deletions.
22 changes: 0 additions & 22 deletions .editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

74 changes: 6 additions & 68 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,77 +1,15 @@
name: CI
name: checks

on:
push:
branches:
- main
- master

pull_request:
branches:
- main
- master
- push
- pull_request

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install pnpm
uses: pnpm/action-setup@v2.2.1

- name: Set node
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: pnpm

- name: Install
run: pnpm install

- name: Lint
run: pnpm lint
uses: julien-r44/.github/.github/workflows/lint.yml@main

typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install pnpm
uses: pnpm/action-setup@v2.2.1

- name: Set node
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: pnpm

- name: Install
run: pnpm install

- name: Typecheck
run: pnpm exec tsc --noEmit
uses: julien-r44/.github/.github/workflows/typecheck.yml@main

test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install pnpm
uses: pnpm/action-setup@v2.2.1

- name: Set node version to ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: pnpm

- name: Install
run: pnpm install

- name: Build
run: pnpm build

- name: Test
run: pnpm test
uses: julien-r44/.github/.github/workflows/test.yml@main
25 changes: 0 additions & 25 deletions .github/workflows/release.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules
coverage
test/__app
.DS_STORE
.nyc_output
.idea
Expand All @@ -10,4 +9,8 @@ test/__app
*.log
build
dist
yarn.lock
shrinkwrap.yaml
package-lock.json
test/__app
test/tmp
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ config.json
package.json
*.html
*.txt
test/__app
Loading

0 comments on commit 5d1ec6c

Please sign in to comment.