alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
skip lint check
author
Wesley Finck
date
3 months ago
(Apr 10, 2026, 6:23 PM -0700)
commit
53c97f60
53c97f603dd025b634f62808f172302f7c6fade7
parent
2f246546
2f2465460f2510663d7526c07c19296510f98919
+1
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
lint-and-format.yml
+1
.github/workflows/lint-and-format.yml
View file
Reviewed
···
72
72
name: Lint
73
73
runs-on: ubuntu-latest
74
74
needs: dependencies
75
75
+
if: false
75
76
steps:
76
77
- name: Checkout code
77
78
uses: actions/checkout@v4