Skip to content

Commit dc5ac01

Browse files
authored
Merge pull request #249 from ruedap/release/v1.4.1.0
Based on Bootstrap Icons 1.4.1
2 parents 258bda1 + 93f44ad commit dc5ac01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+14568
-262
lines changed

.github/workflows/codeql-analysis.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# The branches below must be a subset of the branches above
1313
branches: [main]
1414
schedule:
15-
- cron: '0 6 * * 2'
15+
- cron: "0 6 * * 2"
1616

1717
jobs:
1818
analyze:
@@ -24,23 +24,23 @@ jobs:
2424
matrix:
2525
# Override automatic language detection by changing the below list
2626
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
27-
language: ['javascript']
27+
language: ["javascript"]
2828
# Learn more...
2929
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
3030

3131
steps:
32-
- name: Checkout repository
33-
uses: actions/checkout@v2
32+
- name: Checkout repository
33+
uses: actions/checkout@v2
3434

35-
# Initializes the CodeQL tools for scanning.
36-
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v1
38-
with:
39-
languages: ${{ matrix.language }}
40-
# If you wish to specify custom queries, you can do so here or in a config file.
41-
# By default, queries listed here will override any specified in a config file.
42-
# Prefix the list here with "+" to use these queries and those in the config file.
43-
# queries: ./path/to/local/query, your-org/your-repo/queries@main
35+
# Initializes the CodeQL tools for scanning.
36+
- name: Initialize CodeQL
37+
uses: github/codeql-action/init@v1
38+
with:
39+
languages: ${{ matrix.language }}
40+
# If you wish to specify custom queries, you can do so here or in a config file.
41+
# By default, queries listed here will override any specified in a config file.
42+
# Prefix the list here with "+" to use these queries and those in the config file.
43+
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4444

45-
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@v1
45+
- name: Perform CodeQL Analysis
46+
uses: github/codeql-action/analyze@v1

.github/workflows/sync-labels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
branches:
77
- main
88
paths:
9-
- '.github/sync-labels.yml'
10-
- '.github/workflows/sync-labels.yml'
9+
- ".github/sync-labels.yml"
10+
- ".github/workflows/sync-labels.yml"
1111

1212
jobs:
1313
labeler:
@@ -17,6 +17,6 @@ jobs:
1717
- uses: crazy-max/ghaction-github-labeler@v3.0.0
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
20-
yaml-file: '.github/sync-labels.yml'
20+
yaml-file: ".github/sync-labels.yml"
2121
skip-delete: false
2222
dry-run: false

README.md

+1-1

assets/icons.json

+213-213
Large diffs are not rendered by default.

assets/icons/broadcast-pin.png

-1 Bytes

assets/icons/brush-fill.png

2 Bytes

assets/icons/brush.png

-5 Bytes

assets/icons/check-all.png

3 Bytes

assets/icons/cone-striped.png

135 Bytes

assets/icons/eyedropper.png

28 Bytes
-69 Bytes

assets/icons/file-earmark-ppt.png

-106 Bytes

assets/icons/file-earmark-slides.png

23 Bytes

assets/icons/file-ppt-fill.png

-87 Bytes

assets/icons/file-ppt.png

-110 Bytes

assets/icons/folder-check.png

-8 Bytes

assets/icons/folder-fill.png

1 Byte

assets/icons/folder-minus.png

7 Bytes

assets/icons/folder-plus.png

-7 Bytes

assets/icons/folder-symlink.png

-9 Bytes

assets/icons/fonts.png

10 Bytes

assets/icons/hand-index-fill.png

7 Bytes

assets/icons/hand-thumbs-up-fill.png

-3 Bytes

assets/icons/handbag-fill.png

-42 Bytes

assets/icons/handbag.png

-60 Bytes

assets/icons/link-45deg.png

-22 Bytes

assets/icons/list.png

1 Byte

assets/icons/mic-mute-fill.png

6 Bytes

assets/icons/mic-mute.png

11 Bytes

assets/icons/nut-fill.png

26 Bytes

assets/icons/nut.png

-27 Bytes

assets/icons/paint-bucket.png

-30 Bytes

assets/icons/patch-exclamation.png

1 Byte

assets/icons/patch-question.png

37 Bytes

assets/icons/server.png

38 Bytes

assets/icons/shield-exclamation.png

10 Bytes
-1 Bytes

assets/icons/skip-backward-btn.png

19 Bytes
2 Bytes

assets/icons/skip-backward-circle.png

5 Bytes
1 Byte

assets/icons/skip-forward-btn.png

-19 Bytes
-2 Bytes

assets/icons/skip-forward-circle.png

-5 Bytes

assets/icons/star-fill.png

32 Bytes

assets/icons/star-half.png

0 Bytes

assets/icons/star.png

104 Bytes

assets/icons/subtract.png

35 Bytes

assets/icons/symmetry-vertical.png

-8 Bytes

assets/icons/triangle-half.png

29 Bytes

assets/icons/union.png

-385 Bytes

assets/icons/wifi-off.png

3 Bytes

assets/icons/wifi.png

-35 Bytes

assets/icons/youtube.png

-11 Bytes

assets/info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="1.0">
44
<dict>
55
<key>name</key>
6-
<string>Bootstrap Icons 1.4.0.0</string>
6+
<string>Bootstrap Icons 1.4.1.0</string>
77
<key>version</key>
8-
<string>1.4.0.0</string>
8+
<string>1.4.1.0</string>
99
<key>webaddress</key>
1010
<string>https://github.com/ruedap/alfred-bootstrap-icons-workflow</string>
1111
<key>readme</key>

bootstrap-icons

Submodule bootstrap-icons updated 232 files

0 commit comments

Comments
 (0)