Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

exclude types again

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/ci.yml
··· 158 159 - name: Run Clippy 160 run: | 161 - cargo clippy --all-targets --all-features -- -D warnings 162 163 - name: Run Rust tests 164 run: |
··· 158 159 - name: Run Clippy 160 run: | 161 + cargo clippy --all-targets --all-features --exclude types -- -D warnings 162 163 - name: Run Rust tests 164 run: |