Skip to content

Commit

Permalink
Merge pull request #3 from tarampampam/main
Browse files Browse the repository at this point in the history
Library error LS007 fixed, simple CI integrated
  • Loading branch information
GyverLibs authored Jun 16, 2021
2 parents 05d3680 + 094b109 commit 118e5ef
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# docs: <https://help.github.com/en/articles/about-code-owners>

* @AlexGyver
27 changes: 27 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: tests

on:
push:
branches: [master, main]
paths-ignore:
- '**.md'
tags-ignore:
- '**'
pull_request:
paths-ignore:
- '**.md'

jobs: # Docs: <https://help.github.com/en/articles/workflow-syntax-for-github-actions>
lint:
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v2

# Its focus is on the structure, metadata, and configuration of Arduino projects, rather than the code
- name: Run the linter
uses: arduino/arduino-lint-action@v1 # https://github.com/arduino/arduino-lint-action
with:
project-type: library
library-manager: update
compliance: specification
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## IDEs
/.vscode
/.idea

## Temp files/dirs
/tmp
/temp
/ignore
Binary file not shown.
Binary file added Image converter/BITmaper-outdated.zip
Binary file not shown.

0 comments on commit 118e5ef

Please sign in to comment.