Skip to content

Commit

Permalink
Merge pull request #1789 from modularml/dlumma/first-ci-workflow
Browse files Browse the repository at this point in the history
First iteration Mojo Public CI Workflow
  • Loading branch information
dlumma authored Feb 21, 2024
2 parents d72fd84 + b435838 commit a99989c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/buildAndTestMojoOSS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build and Test Mojo OSS

on:
pull_request:

jobs:
test-pre-submit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

0 comments on commit a99989c

Please sign in to comment.