Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rekor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
SafSec
rekor
Commits
730c3b45
Unverified
Commit
730c3b45
authored
4 years ago
by
Bob Callaway
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
re-enable check for missed files in commit in CI workflow (#108)
parent
74a26e6a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/main.yml
+1
-3
1 addition, 3 deletions
.github/workflows/main.yml
with
1 addition
and
3 deletions
.github/workflows/main.yml
+
1
−
3
View file @
730c3b45
...
...
@@ -28,7 +28,7 @@ jobs:
go-version
:
${{ env.GOVERSION }}
# Download go-swagger
-
name
:
download go-swagger
run
:
go get -u github.com/go-swagger/go-swagger/cmd/swagger@master
run
:
cp go.* $HOME &&
go get -u github.com/go-swagger/go-swagger/cmd/swagger@master
&& cp $HOME/go.* .
# run : go get -u github.com/go-swagger/go-swagger/cmd/swagger@v0.25.0
-
name
:
Validate OpenAPI with Swagger
run
:
swagger validate openapi.yaml
...
...
@@ -52,8 +52,6 @@ jobs:
args
:
./...
-
name
:
Ensure no files were modified as a result of the build
run
:
git update-index --refresh && git diff-index --quiet HEAD --
# ignore errors here while we are using 'go get' above
continue-on-error
:
true
e2e
:
# The type of runner that the job will run on
runs-on
:
ubuntu-latest
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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