Skip to content

Commit

Permalink
feat: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 18, 2021
1 parent bdd70b1 commit 5241061
Show file tree
Hide file tree
Showing 2 changed files with 503 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/setup-meteor/action.yaml
@@ -0,0 +1,7 @@
name: 'Setup Meteor'
description: 'Setup Meteor'
runs:
using: "composite"
steps:
- run: curl "https://install.meteor.com/?release=1.12.1" | sh
shell: bash

0 comments on commit 5241061

Please sign in to comment.