Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zombienet-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
zombienet-sdk
Commits
49c20f1b
Unverified
Commit
49c20f1b
authored
2 months ago
by
Javier Viola
Committed by
GitHub
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(ci): fix Spellcheck install libclang version (#289)
parent
1fad684b
Branches
main
No related merge requests found
Pipeline
#510760
passed with stage
in 17 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/spellcheck.yml
+1
-1
1 addition, 1 deletion
.github/workflows/spellcheck.yml
with
1 addition
and
1 deletion
.github/workflows/spellcheck.yml
+
1
−
1
View file @
49c20f1b
...
...
@@ -25,7 +25,7 @@ jobs:
-
name
:
Install cargo-spellcheck
run
:
|
sudo apt-get install libclang-dev
export LIBCLANG_PATH=/usr/lib/llvm-1
4
/lib/
export LIBCLANG_PATH=/usr/lib/llvm-1
8
/lib/
cargo install cargo-spellcheck
-
name
:
Run cargo-spellcheck
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment