Skip to content

Commit

Permalink
Merge pull request #101 from iolinkcommunity/task/fix-warnings2
Browse files Browse the repository at this point in the history
fix warnings
  • Loading branch information
roesekoSICKAG authored Aug 28, 2023
2 parents 5e464d7 + 22b2e77 commit 16ce9cd
Show file tree
Hide file tree
Showing 5 changed files with 683 additions and 582 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# following users will be requested for
# review when someone opens a pull request.
* @fm-sick @vervoortb @haliCR1 @BaRu-ifm @julian-st @lorandmolnar @mrentsch65 @roeseko
19 changes: 19 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Lint RestAPI with Spectral

on:
- push
- pull_request

jobs:
build:
name: Run Spectral
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v2

# Run Spectral
- uses: stoplightio/spectral-action@latest
with:
file_glob: 'JSON_for_IO-Link.yaml'
spectral_ruleset: spectral.yaml
Loading

0 comments on commit 16ce9cd

Please sign in to comment.