Skip to content

Commit 9df4b2f

Browse files
committed
moar indentation fixes
1 parent 93297ff commit 9df4b2f

1 file changed

Lines changed: 44 additions & 42 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 44 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,19 @@ jobs:
149149
include:
150150
- language: swift
151151
build-mode: manual
152-
#
153-
# build-library:
154-
steps:
155-
- name: Checkout
156-
uses: actions/checkout@v4
157152

158-
- name: Setup
159-
uses: ./.github/actions/setup
153+
build_library:
154+
runs-on: ubuntu-latest
155+
steps:
156+
157+
- name: Checkout
158+
uses: actions/checkout@v4
160159

161-
- name: Build package
162-
run: yarn prepare
160+
- name: Setup
161+
uses: ./.github/actions/setup
162+
163+
- name: Build package
164+
run: yarn prepare
163165

164166
# - name: Clean DerivedData folder
165167
# run: |
@@ -189,36 +191,36 @@ jobs:
189191
# NO_FLIPPER: 1
190192

191193
# Initializes the CodeQL tools for scanning.
192-
- name: Initialize CodeQL
193-
uses: github/codeql-action/init@v3
194-
with:
195-
languages: ${{ matrix.language }}
196-
build-mode: ${{ matrix.build-mode }}
197-
# If you wish to specify custom queries, you can do so here or in a config file.
198-
# By default, queries listed here will override any specified in a config file.
199-
# Prefix the list here with "+" to use these queries and those in the config file.
200-
201-
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
202-
queries: ${{ matrix.language && 'security-extended, security-and-quality' }}
203-
204-
- if: matrix.build-mode == 'manual'
205-
shell: bash
206-
run: |
207-
cd example/ios
208-
209-
xcodebuild clean build \
210-
-workspace IterableExpoPlugin.xcworkspace \
211-
-scheme IterableExpoPluginExample \
212-
CODE_SIGN_IDENTITY="" \
213-
CODE_SIGNING_REQUIRED=NO \
214-
CODE_SIGNING_ALLOWED=NO \
215-
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
216-
APPLICATION_EXTENSION_API_ONLY=NO
217-
218-
# yarn add -D @iterable-expo-plugin/cli
219-
continue-on-error: true
220-
221-
- name: Perform CodeQL Analysis
222-
uses: github/codeql-action/analyze@v3
223-
with:
224-
category: "/language:${{matrix.language}}"
194+
- name: Initialize CodeQL
195+
uses: github/codeql-action/init@v3
196+
with:
197+
languages: ${{ matrix.language }}
198+
build-mode: ${{ matrix.build-mode }}
199+
# If you wish to specify custom queries, you can do so here or in a config file.
200+
# By default, queries listed here will override any specified in a config file.
201+
# Prefix the list here with "+" to use these queries and those in the config file.
202+
203+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
204+
queries: ${{ matrix.language && 'security-extended, security-and-quality' }}
205+
206+
- if: matrix.build-mode == 'manual'
207+
shell: bash
208+
run: |
209+
cd example/ios
210+
211+
xcodebuild clean build \
212+
-workspace IterableExpoPlugin.xcworkspace \
213+
-scheme IterableExpoPluginExample \
214+
CODE_SIGN_IDENTITY="" \
215+
CODE_SIGNING_REQUIRED=NO \
216+
CODE_SIGNING_ALLOWED=NO \
217+
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
218+
APPLICATION_EXTENSION_API_ONLY=NO
219+
220+
# yarn add -D @iterable-expo-plugin/cli
221+
continue-on-error: true
222+
223+
- name: Perform CodeQL Analysis
224+
uses: github/codeql-action/analyze@v3
225+
with:
226+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)