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

Update CONTRIBUTING.md #185

Merged
merged 3 commits into from
Sep 25, 2023
Merged

Update CONTRIBUTING.md #185

merged 3 commits into from
Sep 25, 2023

Conversation

montyly
Copy link
Member

@montyly montyly commented Jul 28, 2023

Based on

lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "^1.18.1"
- name: Actionlint
run: |
go install github.com/rhysd/actionlint/cmd/actionlint@latest
actionlint
- name: Prettier
run: |
npm install -g prettier
prettier --check '**.json' '**/*.md' '**/*.yml' '!(pkg)'
- name: Markdown link check
run: |
npm install -g markdown-link-check@3.10.3
markdown-link-check --config .github/workflows/resources/markdown_link_check.json ./*.md
- name: Format
run: |
go fmt ./...
git diff --exit-code
- name: Lint
run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
golangci-lint run --timeout 5m0s

@anishnaik anishnaik merged commit a292978 into master Sep 25, 2023
8 checks passed
@anishnaik anishnaik deleted the contributing-guidelines branch September 25, 2023 14:52
damilolaedwards pushed a commit that referenced this pull request Nov 16, 2023
Co-authored-by: anishnaik <anish.naik@trailofbits.com>
s4nsec pushed a commit that referenced this pull request Jul 9, 2024
Co-authored-by: anishnaik <anish.naik@trailofbits.com>
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.

2 participants