Skip to content

Support email attribut #19

Support email attribut

Support email attribut #19

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ruby
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1