Skip to content

Commit c293da5

Browse files
committed
fix: stuff
1 parent 8300d68 commit c293da5

File tree

10 files changed

+10
-16
lines changed

10 files changed

+10
-16
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ env:
1313
FBT_TOOLCHAIN_PATH: /runner/_work
1414
FBT_GIT_SUBMODULE_SHALLOW: 1
1515
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
17-
jobs:
18-
permissions: write-all
16+
permissions: write-all
17+
jobs:
1918
main:
2019
runs-on: ubuntu-latest
2120
strategy:

.github/workflows/build_compact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ env:
77
FBT_TOOLCHAIN_PATH: /runner/_work
88
FBT_GIT_SUBMODULE_SHALLOW: 1
99
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10+
permissions: write-all
1011

1112
jobs:
12-
permissions: write-all
1313
compact:
1414
runs-on: ubuntu-latest
1515
strategy:

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ env:
1010
TARGETS: f7
1111
DEFAULT_TARGET: f7
1212
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13-
13+
permissions: write-all
1414
jobs:
15-
permissions: write-all
1615
check-secret:
1716
if: ${{ github.event.pull_request.head.repo.fork == false }}
1817
runs-on: ubuntu-latest

.github/workflows/lint_and_submodule_check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ env:
77
TARGETS: f7
88
FBT_TOOLCHAIN_PATH: /runner/_work
99
SET_GH_OUTPUT: 1
10-
10+
permissions: write-all
1111
jobs:
12-
permissions: write-all
1312
lint_sources_check_submodules:
1413
runs-on: ubuntu-latest
1514
steps:

.github/workflows/merge_report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ on:
88
env:
99
FBT_TOOLCHAIN_PATH: /runner/_work
1010
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11-
11+
permissions: write-all
1212
jobs:
13-
permissions: write-all
1413
merge_report:
1514
runs-on: ubuntu-latest
1615
steps:

.github/workflows/pvs_studio.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ env:
1212
FBT_TOOLCHAIN_PATH: /runner/_work
1313
FBT_GIT_SUBMODULE_SHALLOW: 1
1414
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
15+
permissions: write-all
1616
jobs:
17-
permissions: write-all
1817
analyse_c_cpp:
1918
if: ${{ !github.event.pull_request.head.repo.fork }}
2019
runs-on: ubuntu-latest

.github/workflows/reindex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: 'Post-release hooks'
33
on:
44
release:
55
types: [prereleased, released]
6+
permissions: write-all
67

78
jobs:
8-
permissions: write-all
99
reindex:
1010
name: 'Post-release hooks'
1111
runs-on: ubuntu-latest

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ env:
77
DEFAULT_TARGET: f7
88
FBT_TOOLCHAIN_PATH: /opt/
99
FBT_GIT_SUBMODULE_SHALLOW: 1
10+
permissions: write-all
1011

1112
jobs:
12-
permissions: write-all
1313
run_units_on_bench:
1414
runs-on: ubuntu-latest
1515
steps:

.github/workflows/updater_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ env:
77
DEFAULT_TARGET: f7
88
FBT_TOOLCHAIN_PATH: /opt/
99
FBT_GIT_SUBMODULE_SHALLOW: 1
10+
permissions: write-all
1011

1112
jobs:
12-
permissions: write-all
1313
test_updater_on_bench:
1414
runs-on: ubuntu-latest
1515
steps:

.markdownlint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"MD014": false,
77
"MD030": { "ul_single": 1, "ul_multi": 1, "ol_single": 1, "ol_multi": 1 },
88
"MD004": { "style": "dash" },
9-
"MD024": { "allow_different_nesting": true },
109
"MD029": { "style": "ordered" },
1110
"MD036": false,
1211
"MD002": false

0 commit comments

Comments
 (0)