Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: polymathrobotics/validate_dbc@v1
- uses: polymathrobotics/validate_dbc@v0.1
# No inputs needed: validates every .dbc in the repo by default.
```

Validate only a single directory:

```yaml
- uses: polymathrobotics/validate_dbc@v1
- uses: polymathrobotics/validate_dbc@v0.1
with:
path: dbc_dir
```

Validate an explicit set of files:

```yaml
- uses: polymathrobotics/validate_dbc@v1
- uses: polymathrobotics/validate_dbc@v0.1
with:
files: |
path/to/example.dbc
Expand All @@ -69,7 +69,7 @@ Validate an explicit set of files:

## Versioning

Pin to a major version tag (`@v1`) to receive compatible updates, or to a full
Pin to a version tag (`@v0.1`) to receive compatible updates, or to a full
commit SHA for maximum reproducibility.

## License
Expand Down
Loading