Update licenses, run prettier on yml files

This commit is contained in:
IvanZosimov
2022-12-08 14:14:09 +01:00
parent 161093d861
commit 97a008721c
31 changed files with 251 additions and 87 deletions

View File

@@ -1 +1 @@
blank_issues_enabled: false
blank_issues_enabled: false

View File

@@ -32,7 +32,7 @@ jobs:
- name: Format, lint, build and test
run: npm run all:ci
dry-run-test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:

View File

@@ -2,9 +2,9 @@ name: 'Code scanning'
on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]
schedule:
- cron: '23 19 * * 0'
@@ -18,7 +18,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "javascript"
languages: 'javascript'
- name: Autobuild
uses: github/codeql-action/autobuild@v2

View File

@@ -22,4 +22,4 @@ jobs:
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.9.0/licensed-3.9.0-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status
- run: licensed status

View File

@@ -20,9 +20,9 @@ jobs:
name: releaseNewActionVersion
runs-on: ubuntu-latest
steps:
- name: Update the ${{ env.TAG_NAME }} tag
id: update-major-tag
uses: actions/publish-action@v0.2.1
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
- name: Update the ${{ env.TAG_NAME }} tag
id: update-major-tag
uses: actions/publish-action@v0.2.1
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}