Skip to content

CI

CI #80

Workflow file for this run

name: CI
on:
schedule:
- cron: '0 0 * * 6'
push:
branches: ['main']
pull_request:
# The branches below must be a subset of the branches above
branches: ['main']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies, typecheck, and test
run: |
bun i
bun typecheck
bun test
run:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Run
run: |
./bin/dotsync --do
./bin/dotsync --defaults-action import --do
./bin/dotsync --defaults-action export --do