Skip to content

build(deps-dev): bump @babel/core from 7.22.8 to 7.23.0 #9

build(deps-dev): bump @babel/core from 7.22.8 to 7.23.0

build(deps-dev): bump @babel/core from 7.22.8 to 7.23.0 #9

Workflow file for this run

name: Code Linting
on: push
jobs:
eslint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run ESLint
run: bun run lint