Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Include what you use in CI" #80

Open
kononovk opened this issue Sep 12, 2021 · 2 comments
Open

Add "Include what you use in CI" #80

kononovk opened this issue Sep 12, 2021 · 2 comments
Labels
devops DevOps tasks

Comments

@kononovk
Copy link
Member

kononovk commented Sep 12, 2021

Check it https://github.com/marketplace/actions/include-what-you-use-github-action and add in CI

@MBkkt MBkkt self-assigned this Sep 12, 2021
@MBkkt
Copy link
Member

MBkkt commented Sep 12, 2021

Some like this

name: Check include what you use

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

jobs:
  main:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        path:
          - '.'
    steps:
      - name: Run Include What You Use
        uses: EmilGedda/include-what-you-use-action@v1.0
        with:
          compilation-database-path: '.'
          output-format: 'iwyu' # Or 'clang'
          no-error: 'false'

@MBkkt MBkkt added this to the Not main priority milestone Sep 12, 2021
@MBkkt MBkkt added this to To Do in YACLib via automation Sep 12, 2021
@MBkkt MBkkt added the devops DevOps tasks label Sep 12, 2021
@MBkkt MBkkt modified the milestones: Not main priority, Small fixes Sep 12, 2021
@MBkkt MBkkt moved this from To Do to In Progress in YACLib Sep 13, 2021
@kononovk kononovk assigned kononovk and MBkkt and unassigned MBkkt, Ri7ay and kononovk Sep 27, 2021
@MBkkt MBkkt assigned Ri7ay and unassigned MBkkt Nov 6, 2021
@MBkkt
Copy link
Member

MBkkt commented Nov 6, 2021

@MBkkt MBkkt modified the milestones: Small fixes, Release 2 Nov 9, 2021
@MBkkt MBkkt linked a pull request Nov 14, 2021 that will close this issue
@MBkkt MBkkt modified the milestones: Release 2, Not main priority Aug 6, 2022
@MBkkt MBkkt unassigned Ri7ay Aug 6, 2022
@MBkkt MBkkt removed this from In Progress in YACLib Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops DevOps tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants