-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add New lint and publish workflows
Signed-off-by: Dan Webb <[email protected]>
- Loading branch information
Showing
4 changed files
with
47 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
default: true | ||
MD013: false | ||
MD024: false | ||
MD026: false | ||
MD036: false | ||
MD012: false | ||
MD029: false | ||
MD004: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Please refer to the Chef Community Code of Conduct at https://www.chef.io/code-of-conduct/ | ||
# Code of Conduct | ||
|
||
Please refer to the Chef Community Code of Conduct at <https://www.chef.io/code-of-conduct/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# <a name="title"></a> Kitchen::Vagrant | ||
# Kitchen::Vagrant | ||
|
||
[![Gem Version](https://badge.fury.io/rb/kitchen-vagrant.svg)](http://badge.fury.io/rb/kitchen-vagrant) | ||
![CI](https://github.com/test-kitchen/kitchen-vagrant/workflows/CI/badge.svg?branch=master) | ||
[![CI](https://github.com/test-kitchen/kitchen-vagrant/actions/workflows/lint.yml/badge.svg)](https://github.com/test-kitchen/kitchen-vagrant/actions/workflows/lint.yml) | ||
|
||
A Test Kitchen Driver for Vagrant. | ||
|
||
|
@@ -10,13 +10,13 @@ sandboxed directory. Since the Vagrantfile is written out on disk, Vagrant | |
needs absolutely no knowledge of Test Kitchen. So no Vagrant plugins are | ||
required. | ||
|
||
## <a name="requirements"></a> Requirements | ||
## Requirements | ||
|
||
### <a name="dependencies-vagrant"></a> Vagrant | ||
### Vagrant | ||
|
||
A Vagrant version of 1.6 or later. | ||
|
||
## <a name="installation"></a> Installation | ||
## Installation | ||
|
||
The kitchen-vagrant driver ships as part of Chef Workstation. The easiest way to use this driver is to [Download Chef Workstation](https://www.chef.io/downloads/tools/workstation). | ||
|
||
|
@@ -38,7 +38,7 @@ gem "kitchen-vagrant" | |
|
||
See the [kitchen.ci Vagrant Driver Page](https://kitchen.ci/docs/drivers/vagrant/) for documentation on configuring this driver. | ||
|
||
## <a name="development"></a> Development | ||
## Development | ||
|
||
* Source hosted at [GitHub][repo] | ||
* Report issues/questions/feature requests on [GitHub Issues][issues] | ||
|
@@ -53,15 +53,14 @@ example: | |
4. Push to the branch (`git push origin my-new-feature`) | ||
5. Create new Pull Request | ||
|
||
## <a name="authors"></a> Authors | ||
## Authors | ||
|
||
Created by [Fletcher Nichol][author] (<[email protected]>) | ||
|
||
## <a name="license"></a> License | ||
## License | ||
|
||
Apache 2.0 (see [LICENSE][license]) | ||
|
||
|
||
[author]: https://github.com/test-kitchen | ||
[issues]: https://github.com/test-kitchen/kitchen-vagrant/issues | ||
[license]: https://github.com/test-kitchen/kitchen-vagrant/blob/master/LICENSE | ||
|