Skip to content

Commit

Permalink
chore: configure github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermemj committed Jul 21, 2023
1 parent dd75a3c commit aef77b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: continuous-integration

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
checks:
uses: mixmaxhq/github-workflows-public/.github/workflows/checks.yml@main
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.22.6

0 comments on commit aef77b0

Please sign in to comment.