aboutsummaryrefslogtreecommitdiff
path: root/.github/workflow/ci.yml
blob: 549aa683428bf93cf28800ed9bb36ba208308cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: ci

on:
  push:
    branches: [main]

jobs:
  tests:
    name: Tests
    runs-on: ubuntu-latest

    steps:
      - name: Force Failure
        run: (exit 1)s