Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(role): add Ansible linting to build workflow #26

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

geoffreyvanwyk
Copy link
Owner

@geoffreyvanwyk geoffreyvanwyk commented Jan 8, 2024

  • Make each job dependent on the previous one.
  • Use specific Ubuntu version, the same as in development.
  • Install Python packages from requirements.txt, so that the build environment matches development.
  • Remove unnecessary (?) working-directory variable.
  • Disable YAML lint rule for "on" keyword of GitHub Actions.

Resolves: #3

* Make each job dependent on the previous one.
* Use specific Ubuntu version, the same as in development.
* Install Python packages from requirements.txt, so that the build
   environment matches development.
* Remove unnecessary (?) working-directory variable.
* Disable YAML lint rule for "on" keyword of GitHub Actions.

Issues: #3
@geoffreyvanwyk geoffreyvanwyk merged commit e35372e into master Jan 8, 2024
5 checks passed
@geoffreyvanwyk geoffreyvanwyk deleted the feat/3-ansible-lint branch January 8, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split GitHub Action for linting into YAML Lint and Ansible Lint
1 participant