Skip to content

♻️ Migrate alacritty config file's format to toml #24

♻️ Migrate alacritty config file's format to toml

♻️ Migrate alacritty config file's format to toml #24

on: push
name: Main Workflow
jobs:
sonarCloudTrigger:
name: SonarCloud Trigger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}