Skip to content

Commit 0803ac9

Browse files
committed
lint
1 parent 2300691 commit 0803ac9

File tree

23 files changed

+22
-26
lines changed

23 files changed

+22
-26
lines changed

.github/chart_schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ dependency:
3434
---
3535
import-value:
3636
child: str()
37-
parent: str()
37+
parent: str()

.github/lintconf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ rules:
3939
type: unix
4040
trailing-spaces: enable
4141
truthy:
42-
level: warning
42+
level: warning

.github/workflows/l1-devnet-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ jobs:
4646
tags: |
4747
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPOSITORY }}:${{ env.VERSION }}
4848
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPOSITORY }}:latest
49-

.github/workflows/scroll-alpine-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ jobs:
4646
tags: |
4747
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPOSITORY }}:${{ env.VERSION }}
4848
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPOSITORY }}:latest
49-

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

ansible/playbooks/inventory/provers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ mainnet_batch
1717
#192.168.xx.xx
1818

1919
[sepolia_batch]
20-
192.168.xx.xx
20+
192.168.xx.xx

ansible/playbooks/roles/bootstrap/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
- "docker==6.1.3"
2626
- "docker-compose"
2727
- "requests==2.31.0"
28-
become: true
28+
become: true

ansible/playbooks/roles/deploy/tasks/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@
7979
community.docker.docker_compose_v2:
8080
project_src: "{{pj_path}}"
8181
state: present
82-

ansible/playbooks/roles/deploy/templates/config.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"l2geth": {
2424
"endpoint": "{{rpc_endpoint}}"
2525
}
26-
}
26+
}

ansible/playbooks/roles/docker/handlers/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
service:
33
name: docker
44
state: restarted
5-
become: true
5+
become: true

0 commit comments

Comments
 (0)