Skip to content

Commit

Permalink
add workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Feb 9, 2024
1 parent 632632f commit 1fa0e53
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint-repo.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: linter checks
on:
push:

jobs:
linter:
name: "Linter Checks"
runs-on: ubuntu-latest


steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Check markdown files
uses: avto-dev/markdown-lint@v1
with:
args: '**/*.md'
ignore: ./LICENSE.md
2 changes: 1 addition & 1 deletion .github/workflows/release-applicationexample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:

with:
VERSION: ${{ github.ref_name }}
PROJECT_NAME: ae-motion-tiax
PROJECT_NAME: ae-axftcmlib

0 comments on commit 1fa0e53

Please sign in to comment.