Skip to content

Commit

Permalink
Merge main into sweep/fix-gha-failure_94c92
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 1, 2024
2 parents d6f0637 + 6b38c61 commit 2e1489b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

# Add your build and test steps here

- name: Fix failing step
run: |
# Add the necessary commands to fix the failing step
# Add more steps as needed

0 comments on commit 2e1489b

Please sign in to comment.