Skip to content

Commit

Permalink
Merge pull request #733 from meshtastic/2.3.12_Working_Changes
Browse files Browse the repository at this point in the history
2.3.12 working changes
  • Loading branch information
72A12F4E authored Jun 29, 2024
2 parents f7f847a + 98cb44f commit 455cb3f
Show file tree
Hide file tree
Showing 35 changed files with 22,744 additions and 3,972 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: SwiftLint

on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'

jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint (Only files changed in the PR)
uses: norio-nomura/[email protected]
env:
DIFF_BASE: ${{ github.base_ref }}
Loading

0 comments on commit 455cb3f

Please sign in to comment.