Skip to content

Commit

Permalink
Add lint GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Sep 25, 2024
1 parent 2831ffe commit 1ab86d1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: build-ublue-custom
on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
build_push:
name: Lint
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Lint
run: |
./lint.sh
Empty file modified lint.sh
100644 → 100755
Empty file.

0 comments on commit 1ab86d1

Please sign in to comment.