Skip to content

Commit

Permalink
ci: empty CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Apr 3, 2023
1 parent a1da4d8 commit 7725d45
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2.1

orbs:
node: circleci/[email protected]

executors:
linux:
machine:
image: ubuntu-2004:202107-02

jobs:
empty_test:
executor: linux
steps:
- checkout

workflows:
all-tests:
jobs:
- empty_test

0 comments on commit 7725d45

Please sign in to comment.