Skip to content

Commit

Permalink
chore: fix ci build (#1853)
Browse files Browse the repository at this point in the history
Co-authored-by: Manu Gupta <manugupt1@gmail.com>
  • Loading branch information
nrwiersma and manugupt1 authored Mar 13, 2023
1 parent d663c25 commit 47404b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: continuous-integration

on:
- pull_request
push:
branches: [main]
pull_request:
branches: [main]

jobs:
lint:
Expand Down

0 comments on commit 47404b0

Please sign in to comment.