Skip to content

Commit

Permalink
Download two dictionaries (#3491)
Browse files Browse the repository at this point in the history
Signed-off-by: Kimberly Garmoe <[email protected]>
  • Loading branch information
Kimberly Garmoe authored Oct 14, 2021
1 parent 4a4c4a2 commit d8630cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ jobs:
with:
token: "${{ secrets.GITHUB_TOKEN }}"
- uses: carlosperate/[email protected]
id: download-custom-dictionary
id: download-chef-dictionary
with:
file-url: 'https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt'
file-name: 'chef_dictionary.txt'
- uses: carlosperate/[email protected]
id: download-docs-dictionary
with:
file-url: 'https://raw.githubusercontent.com/chef/chef_dictionary/main/docs.txt'
file-name: 'docs_dictionary.txt'
- run: pwd
- run: echo "The file was downloaded to ${{ steps.download-custom-dictionary.outputs.file-path }}"
- run: ls -la
Expand Down

0 comments on commit d8630cf

Please sign in to comment.