Skip to content

fix: dockerignore and unneccesary specification of .env #114

fix: dockerignore and unneccesary specification of .env

fix: dockerignore and unneccesary specification of .env #114

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .