Skip to content

Merge pull request #16 from HugoRCD/renovate/autofix-ci-action-digest #48

Merge pull request #16 from HugoRCD/renovate/autofix-ci-action-digest

Merge pull request #16 from HugoRCD/renovate/autofix-ci-action-digest #48

Workflow file for this run

name: CI/CD
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: 📦 Install dependencies
run: bun install
- name: 💅 Lint code
run: bun run lint