Skip to content

Commit

Permalink
Merge pull request #4 from CuBoulder/issue/action-collection-7
Browse files Browse the repository at this point in the history
Updates linter workflow
  • Loading branch information
jcsparks authored and web-flow committed Oct 15, 2024
2 parents cce7204 + 88773f8 commit 73f7123
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 62 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Lint Code Base
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
lint:
uses: CuBoulder/action-collection/.github/workflows/lint.yml@main
62 changes: 0 additions & 62 deletions .github/workflows/main.yml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### Updates linter workflow
Updates the linter workflow to use the new parent workflow in action-collection.

CuBoulder/action-collection#7

Sister PR in: All the things
---

- ### Create developer-sandbox-ci.yml
new ci workflow
---
Expand Down

0 comments on commit 73f7123

Please sign in to comment.