Skip to content

Commit

Permalink
cleanup a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
artginzburg committed Mar 16, 2022
1 parent 821489c commit 0ea9ef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Makefile CI

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

workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: lint
.PHONY: bundle check

bundle:
brew bundle
Expand Down

0 comments on commit 0ea9ef3

Please sign in to comment.