Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit d86cda2

Browse files
authored
Remove CircleCI (#77)
1 parent 06afda2 commit d86cda2

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ jobs:
4040
strategy:
4141
matrix:
4242
os:
43-
- 'ubuntu-1804'
44-
- 'ubuntu-2004'
45-
- 'ubuntu-2104'
43+
- "ubuntu-1804"
44+
- "ubuntu-2004"
45+
- "ubuntu-2104"
4646
suite:
47-
- 'default'
47+
- "default"
4848
fail-fast: false
4949

5050
steps:
5151
- name: Check out code
5252
uses: actions/checkout@v2
5353
- name: Install Chef
54-
uses: actionshub/chef-install@main
54+
uses: actionshub/chef-install@2.0.4
5555
- name: Dokken
56-
uses: actionshub/test-kitchen@main
56+
uses: actionshub/test-kitchen@2.1.0
5757
env:
5858
CHEF_LICENSE: accept-no-persist
5959
KITCHEN_LOCAL_YAML: kitchen.dokken.yml

0 commit comments

Comments
 (0)