-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'php_features' of github.com:urbit-pilled/gritql into ph…
…p_features
- Loading branch information
Showing
17 changed files
with
246 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: main | |
on: | ||
push: | ||
branches: [main] | ||
pull_request_target: | ||
pull_request: | ||
branches: [main] | ||
|
||
jobs: | ||
|
@@ -99,3 +99,42 @@ jobs: | |
working-directory: ./crates/wasm-bindings | ||
run: | | ||
wasm-pack build --target web | ||
test-stdlib: | ||
name: Test the standard library | ||
timeout-minutes: 30 | ||
strategy: | ||
fail-fast: false | ||
runs-on: | ||
- nscloud-ubuntu-22.04-amd64-4x16 | ||
permissions: | ||
contents: "read" | ||
id-token: "write" | ||
steps: | ||
- name: clone code | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
- name: install Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2023-11-16 | ||
override: true | ||
- name: build | ||
run: | | ||
cargo build --release | ||
- name: Checkout js repo | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: getgrit/stdlib | ||
path: stdlib | ||
- name: install-ruff | ||
run: | | ||
pip install ruff | ||
- name: Setup Go environment | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '^1.22.0' | ||
- name: test stdlib | ||
working-directory: ./stdlib | ||
run: | | ||
../target/release/marzano patterns test --exclude ai |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: pr-lint | ||
|
||
on: | ||
pull_request_target: | ||
pull_request: | ||
types: | ||
- opened | ||
- edited | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.