Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/tab/new-s3-source' into …
Browse files Browse the repository at this point in the history
…kanzhen/new_fs_source
  • Loading branch information
Rossil2012 committed Sep 26, 2023
2 parents 7461d20 + 64b863b commit e07bc0d
Show file tree
Hide file tree
Showing 235 changed files with 8,059 additions and 2,240 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ risedev-components.user.env
riselab-components.user.env

.git/

Dockerfile
.dockerignore
3 changes: 2 additions & 1 deletion .github/workflows/hakari_fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Install cargo-hakari
uses: taiki-e/install-action@v2
Expand Down
3 changes: 2 additions & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ header:

paths:
- "src/**/*.rs"
- "src/**/*.py"
- "src/**/*.html"
- "dashboard/**/*.js"
- "dashboard/**/*.ts"
- "src/**/*.html"
- "java/**/*.java"
- "java/**/*.py"

Expand Down
Loading

0 comments on commit e07bc0d

Please sign in to comment.