Skip to content

Commit

Permalink
chore(devops): more files
Browse files Browse the repository at this point in the history
  • Loading branch information
arifbalik committed Aug 7, 2024
1 parent 51fb121 commit 65a4f32
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 59 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commintlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
commitlint:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
jobs:
megalinter:
name: MegaLinter
runs-on: self-hosted
runs-on: ubuntu-latest

# Give the default GITHUB_TOKEN write permission to commit and push, comment
# issues & post new PR; remove the ones you do not need
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
check-pr-size:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
with:
Expand Down
57 changes: 4 additions & 53 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,56 +1,7 @@
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

# node

node_modules/

# mega-linter

megalinter-reports/
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"prepare": "husky",
"commitlint": "commitlint --edit",
"zephyr-dev": "devcontainer up --workspace-folder . --config .devcontainer/zephyr/devcontainer.json",
"zephyr-dev-run": "devcontainer exec --workspace-folder . --config .devcontainer/zephyr/devcontainer.json"
"zephyr-dev-run": "devcontainer exec --workspace-folder . --config .devcontainer/zephyr/devcontainer.json",
"lint": "npx mega-linter-runner --fix"
}
}
}

0 comments on commit 65a4f32

Please sign in to comment.