Skip to content

Merge branch 'main' of https://github.com/PxlsCharity/Charity #22

Merge branch 'main' of https://github.com/PxlsCharity/Charity

Merge branch 'main' of https://github.com/PxlsCharity/Charity #22

Workflow file for this run

name: Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
name: Run checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run checks
run: bun check