Skip to content

Commit

Permalink
Merge branch 'main' into worktree-aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrown645 authored Oct 23, 2023
2 parents a64c94a + 12c40fc commit ca6abe3
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 122 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ci

on:
push:
pull_request:

jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: ./shellcheck.sh
Loading

0 comments on commit ca6abe3

Please sign in to comment.