Skip to content

Commit

Permalink
lite-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 9, 2024
1 parent e5ddcf2 commit b716910
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

on:
push:
branches:
- main
- master
pull_request: {}

concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
lint:
name: "Lint and Test"
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: wyvox/action@v1
- run: pnpm turbo test lint

0 comments on commit b716910

Please sign in to comment.