added action
This commit is contained in:
parent
4cc9669468
commit
a339749978
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: bun
|
||||||
|
jobs:
|
||||||
|
my-job:
|
||||||
|
name: bun
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: oven-sh/setup-bun@v2
|
||||||
|
|
||||||
|
- run: bun install
|
||||||
|
- run: bun run tsc
|
||||||
Loading…
Reference in New Issue