aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
blob: f34b5a0719e3778c635b03d7ff26aaf68f8ab594 (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)