Compare commits
3 Commits
a04c755bfa
...
b06d4ff767
Author | SHA1 | Date | |
---|---|---|---|
b06d4ff767 | |||
a8faa1e43a | |||
3e30f819f5 |
@@ -1,13 +1,10 @@
|
|||||||
name: Code quality
|
name: Code quality
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
quality:
|
quality:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
10
bunfig.toml
Normal file
10
bunfig.toml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
preload = []
|
||||||
|
|
||||||
|
[define]
|
||||||
|
|
||||||
|
[test]
|
||||||
|
preload = []
|
||||||
|
root = "./tests"
|
||||||
|
|
||||||
|
[install]
|
@@ -1 +1,5 @@
|
|||||||
console.log("Hello via Bun!");
|
async function main() {}
|
||||||
|
|
||||||
|
if (import.meta.main) {
|
||||||
|
await main();
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user