Skip to content

Add C/C++ CI workflow configuration#78

Closed
damachine wants to merge 1 commit intomainfrom
damachine-patch-1
Closed

Add C/C++ CI workflow configuration#78
damachine wants to merge 1 commit intomainfrom
damachine-patch-1

Conversation

@damachine
Copy link
Owner

No description provided.

Signed-off-by: damachine <christkue79@gmail.com>
@damachine damachine enabled auto-merge (squash) September 25, 2025 21:07
Comment on lines +12 to +23
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@damachine damachine closed this Sep 25, 2025
auto-merge was automatically disabled September 25, 2025 21:08

Pull request was closed

@damachine damachine deleted the damachine-patch-1 branch September 25, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant