test: update verify_cert.sh to pass without changes to certs issued b… #991
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
name: CI | |
on: | |
push: | |
pull_request: | |
jobs: | |
lint: | |
# https://github.com/actions/virtual-environments/blob/ubuntu20/20220605.1/images/linux/Ubuntu2004-Readme.md | |
# | |
# Includes Ruby 2.7 and RubyGems 3.1 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install puppet-lint | |
run: | | |
sudo gem install puppet-lint -v '~> 2' | |
- run: make lint |