Skip to content

Commit

Permalink
Marge review fixes
Browse files Browse the repository at this point in the history
- Typos
- Fixed ui path in CI

Signed-off-by: Brent Salisbury <[email protected]>
  • Loading branch information
nerdalert committed Jun 13, 2024
1 parent 7e09a70 commit 9f40590
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .ansible-lint

This file was deleted.

13 changes: 6 additions & 7 deletions .github/workflows/lint-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches: ["main"]
paths:
- '.github/workflows/lint-ui.yml'
- 'ui/*'
- '!ui/README.md'
- '**/*'
- '!**/*.md'
pull_request:
branches: ["main"]
paths:
- '.github/workflows/lint-ui.yml'
- 'ui/*'
- '!ui/README.md'
- '**/*'
- '!**/*.md'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -30,10 +30,9 @@ jobs:
node-version: '20'
- name: Install dependencies
run: npm install
working-directory: ui
- name: Run UI linting
run: npm run lint
working-directory: ui
- name: Run UI type check
run: npm run type-check
working-directory: ui
- name: Run UI build
run: npm run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Instructlab UI
# InstructLab UI

A GitHub UI to increase contributor test and review velocity for
[instructlab/taxonomy](https://github.com/instructlab/taxonomy).
Expand Down

0 comments on commit 9f40590

Please sign in to comment.