Skip to content

Commit

Permalink
chore: disable eslint action
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboesquivel committed Apr 15, 2024
1 parent 8f79f94 commit a31417c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Lint
# name: Lint

on:
pull_request:
push:
branches:
- master
# on:
# pull_request:
# push:
# branches:
# - master

jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
# jobs:
# eslint:
# 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 run lint
# # run any `bun` or `bunx` command
# - run: bun install
# - run: bun run lint

0 comments on commit a31417c

Please sign in to comment.