Skip to content

Corrected placeholder text, added missing inputs(video,images) and their tests to edit post feature present in Admin role. #2396

Corrected placeholder text, added missing inputs(video,images) and their tests to edit post feature present in Admin role.

Corrected placeholder text, added missing inputs(video,images) and their tests to edit post feature present in Admin role. #2396

Workflow file for this run

##############################################################################
##############################################################################
#
# NOTE!
#
# Please read the README.md file in this directory that defines what should
# be placed in this file
#
##############################################################################
##############################################################################
name: codeql codescan workflow
on:
pull_request:
branches:
- '**'
push:
branches:
- '**'
jobs:
CodeQL:
name: Analyse code with codeQL on push
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
debug: true
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2