Skip to content

Commit

Permalink
Update and rename main.yml to lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 authored Feb 26, 2024
1 parent cc629fb commit bc2ca3c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: lint

on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1

# run any `bun` or `bunx` command
- run: bun install
- run: bun index.ts
- run: bun run build
24 changes: 0 additions & 24 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit bc2ca3c

Please sign in to comment.