Skip to content

Commit

Permalink
chore: stop circleci failing (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Apr 13, 2023
1 parent 43ee425 commit 32dcc1e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2.1

jobs:
do-nothing:
docker:
- image: koalaman/shellcheck-alpine
steps:
- checkout

workflows:
version: 2
lint_and_install:
jobs:
- do-nothing

0 comments on commit 32dcc1e

Please sign in to comment.