Skip to content

Commit

Permalink
Add GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKaplan-lw committed Aug 12, 2024
1 parent 7a0c5ad commit d0a24a8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This workflow loosely replicates the logic in .woodpecker.yml
name: Run Lemmy tests
on:
push:
branches:
- lw-0.*
- lw-test
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
show-progress: "false"

- name: Prettier
uses: docker://tmknom/prettier:3.0.0
with:
args: prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations'

0 comments on commit d0a24a8

Please sign in to comment.