Skip to content

Commit

Permalink
ci: rename GitHub workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 21, 2024
1 parent 7db2203 commit eb5b755
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) 2024 Anass Bouassaba.
#
# Use of this software is governed by the MIT License
# included in the file LICENSE in the root of this repository.

name: Lint

on:
Expand All @@ -15,7 +20,7 @@ jobs:
image: swift:5.10-noble
steps:
- uses: actions/checkout@v2
- name: Set up swiftlint
- name: Set Up swiftlint
run: |
sudo apt-get update && sudo apt-get install -y unzip curl
unzip ci/swiftlint.zip -d /usr/local/bin/
Expand All @@ -29,7 +34,7 @@ jobs:
image: swift:5.10-noble
steps:
- uses: actions/checkout@v2
- name: Set up swiftformat
- name: Set Up swiftformat
run: |
sudo apt-get update && sudo apt-get install -y unzip curl
unzip ci/swiftformat.zip -d /usr/local/bin/
Expand Down

0 comments on commit eb5b755

Please sign in to comment.