Skip to content

Commit

Permalink
Merge pull request #30 from rohaquinlop/issue-17
Browse files Browse the repository at this point in the history
refac(nfa): #17 is_valid
  • Loading branch information
rohaquinlop authored Apr 2, 2024
2 parents 283464e + aaf599b commit b053c77
Show file tree
Hide file tree
Showing 4 changed files with 1,698 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v1
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- run: bazel build //...
- run: bazel test //...
deploy-docs:
Expand Down
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################
Loading

0 comments on commit b053c77

Please sign in to comment.