Skip to content

chore(deps): bump next from 14.2.8 to 14.2.10 in the npm_and_yarn group across 1 directory #328

chore(deps): bump next from 14.2.8 to 14.2.10 in the npm_and_yarn group across 1 directory

chore(deps): bump next from 14.2.8 to 14.2.10 in the npm_and_yarn group across 1 directory #328

Workflow file for this run

name: ⛑️ Lint
on:
push:
branches: ["main", "production", "staging"]
pull_request:
branches: ["main", "production", "staging"]
concurrency:
cancel-in-progress: true
group: lint-${{ github.ref }}
jobs:
code:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Lint
run: bun run lint
docker:
name: Lint Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint Dockerfile
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
verbose: true